Re: [platform] UI scaling of a platform application in 2025

2025-10-02 Thread avaluedcustomer
My KDE system is set to 175% and I am using -J-Dflatlaf.uiScale=0.875 -J-Dsun.java2d.uiScale=2 which works better than letting FlatLaF scale by 1.75 because it also scales the images (e.g. toolbar buttons) I don't know about JavaFX though. Am 02.10.25 um 08:17 schrieb Patrik Karlström: Due

[platform] UI scaling of a platform application in 2025

2025-10-01 Thread Patrik Karlström
Due to a (now fixed) WorldWind/JOGL bug regarding mouse coordinate translation I had to do a workaround with regard to UI scaling of a platform application. My solution was to have "-J-Dsun.java2d.uiScale=1 -J-Dprism.allowhidpi=false -J-Dflatlaf.uiScale=1" in the default_option and scale the UI by