Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know how to zoom in on NetBeans code?

Tags:

netbeans

I want to enlarge the code I've written in NetBeans so it's easier to read. I can enlarge the output by using ctrl and '+', but it doesn't work on the code. Does anyone know how to do this?

like image 460
George Tomlinson Avatar asked Aug 31 '13 23:08

George Tomlinson


People also ask

How do I make NetBeans bigger?

Windows 10 does this for you now. Right click on your Netbeans shortcut (C:\ProgramData\Microsoft\Windows\Start Menu\Programs\NetBeans) and select Properties. Go to the Compatibility tab and then select Change High DPI Settings. From there, check the Override High DPI Scaling box and set it to System.


1 Answers

Alt+Scroll Wheel (on mouse) will do it. If you want to change the font size, go to Tools>Options>Fonts&Colors [note: this is a large icon/tab]. From there, in the Syntax tab (default) click Default, then the '...' button next to Font. Change the font size here, and click Okay. Other fonts inherit this size, so that should be the only change.

Happy coding!

like image 97
Andrew Ring Avatar answered Sep 18 '22 11:09

Andrew Ring