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