Modify netbeans startup settings
Open the netbeans. conf file in the c: \ Program Files \ netbeans 6.5 \ etc \ directory and find:
# Options used by NetBeans launcher by default, can be overridden by explicit# command line switches:netbeans_default_options=.....
InNetbeans_default_optionsAdd --Fontsize 12 -- LAF javax. Swing. plaf. Metal. metallookandfeel. As follows:
# Options used by NetBeans launcher by default, can be overridden by explicit# command line switches:
netbeans_default_options="-J-client -J-Xverify:none -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=false --fontsize 12 --laf javax.swing.plaf.metal.MetalLookAndFeel"
-Fontsize 12 indicates that the page font is changed to 12 o'clock size, which meets Chinese display requirements. -LAF javax. Swing. plaf. Metal. metallookandfeel is an interface topic that requires netbeans to use native non-operating systems. However, I am used to this. I don't like to add this part to the command line parameters.