Increase GUI size in Netbeans 7

99封情书 提交于 2019-12-24 02:04:38

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!