Comment by ChocolateGod

14 hours ago

> For some reason, there seems to exist a high percentage of Java programmers who are incompetent at writing GUIs

There's multiple GUI Java toolkits and they all equally suck in their own way. Eclipse for example uses SWT which translates to the native application toolkit, which "should" support HiDPI, but as you're limited to native widgets it's not very common.