Sometimes I need to increase the default font used in NetBeans.
For example for a presentaion. Fortunatelly it's simple to change
the default font size used in editor, menus, dialogs, etc.
You can run NetBeans with argument --fontsize xx, where xx
is the required size. The --fontsize argument applies to
fonts used in menus, dialogs and most components in the IDE.
You can run NetBeans with --fontsize from command line:
on Windows: netbeans.exe --fontsize 14on a linux machine:...