How to change the size of the module icon in Netbean

蹲街弑〆低调 提交于 2019-12-31 04:12:06

问题


So, i have the module icon like this :

I am wondering how to change the size looks bigger, since when our screen resolution get bigger, the module icon size looks small.


回答1:


You can't explicitly change the sizes of those module icons in NetBeans, but it can be done implicitly by increasing the size of the font used by the NetBeans IDE.

That font size is unrelated to the font size used for displaying your source code; instead it is used for rendering IDE text such as labels on tabs ("Files", "Services", etc.), menu entries and file names within panels such as the Projects tab. When the font size of a file name is changed, NetBeans also makes a corresponding increase or decrease to the size of the icon (e.g. the module icon) to its immediate left.

To modify the font size used by NetBeans specify the fontsize parameter when starting NetBeans. For example, to get NetBeans to use 18 point font (not recommended!) on Windows 10 I made this call:

C:\NetBeans82_151\bin\netbeans64.exe --fontsize 18

The second screen shot below shows that using 18 point font also increased the size of the icons:

I deliberately used a significantly larger font to clarify the effect of the change in the screen shots, and the overall result was ugly. But for your purposes perhaps a smaller increase in font size will help you with the size of the icons.



来源:https://stackoverflow.com/questions/47882342/how-to-change-the-size-of-the-module-icon-in-netbean

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