问题
Ever since I upgraded to Netbeans 7, the font size for the GUI (and the icons) are much smaller. Is there any way to increase their size?
回答1:
This wiki page about changing font sizes in NetBeans is the best answer available.
回答2:
For anyone else experiencing a similar problem in the future. To change the font size of the GUI as originally requested, try the following:
Edit the netbeans.conf file found in the /etc directory of the Netbeans installation directory
Look for netbeans_default_options=" ... "
See if --fontsize is included in between the quotation marks and if so, you should see a size after the --fontsize (ie 12), just change this to another larger number to suit you
If --fontsize is not included in between the quotation marks then add it to the end, just before the closing quotation mark (ie --fontszie 14), using a size that suits you
You will need to experiment with different sizes until you find the one that suits you.
回答3:
Here you go from Menu - Tools/Options
回答4:
Go to Tools/options/fonts&colors
回答5:
Hit Shift and scroll up and down to change font size
来源:https://stackoverflow.com/questions/5950658/increase-gui-size-in-netbeans-7