ARTICLE AD BOX
I'm updating a very old project from myself. I haven't really been in the java space for the last 10 years so take that into account.
The App is a swing GUI app that display a JTable. Data is loaded from a file. The first column is an image rendered on the fly from the data in the file. It still works after updating all dependencies.
The issue I'm facing is that the rendered image looks terrible. Very pixelated, low resolution. I still have the old version available and it's the same there while it used to be way better running on java 7 and probably windows xp/7.
I extend ImageIcon and use the custom renderer to generate a png image (using the space given by the JTable) but the quality is poor and it's unclear if the source is the problem or anything awt and swing does as I have read about issue with Windows DPI scaling?
