Does anyone know how to zoom in on NetBeans code?

George Tomlinson picture George Tomlinson · Sep 1, 2013 · Viewed 90.7k times · Source

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?

Answer

Andrew Ring picture Andrew Ring · Sep 1, 2013

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!