Re: Adjusting to monitor resolution

2023-12-06 Thread Michael Bien
you can overwrite the logic with flags, in your case the easiest solution is probably to create two shortcuts for NetBeans, one which opens an instance which is meant to work on your large screen, and one which is meant to work on your lower res screen. netbeans --fontsize 16 changes just th

Re: Adjusting to monitor resolution

2023-12-06 Thread Thomas Wolf
Others will most likely provide a more helpful answer, but just in case not, one of the potential problems is with the version of the JRE you’re running Netbeans with. I believe before Java 17, things like fonts didn’t scale well. So running with Java 17+ might help. Plus in Windows (I’m a m

Adjusting to monitor resolution

2023-12-06 Thread Greenberg, Gary
I am working with NB 18 on DELL laptop in two locations (1/2 day in each), where I am connecting laptop to external monitors. My problem is that monitors have different resolutions. * 3840X2160 * 1920X1200 When connected to a higher resolution monitor, fonts becoming small and uncomforta