如何在Netbean中更改模块图标的大小 [英] How to change the size of the module icon in Netbean

查看:254
本文介绍了如何在Netbean中更改模块图标的大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以,我有这样的模块图标:

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.

推荐答案

您无法在NetBeans中明确更改这些模块图标的大小,但可以通过增加字体大小来隐式完成由NetBeans IDE使用。

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.

该字体大小与用于显示源代码的字体大小无关;相反,它用于渲染IDE文本,例如选项卡上的标签(文件服务等),菜单条目和面板中的文件名,例如项目标签。更改文件名的字体大小时,NetBeans也会相应地增加或减少图标大小(例如模块图标)到其左侧。

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.

要修改NetBeans使用的字体大小,请在启动NetBeans时指定 fontsize 参数。例如,为了让NetBeans在Windows 10上使用18磅字体(不推荐!),我打了这个电话:

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\\\
etbeans64 .exe - fontsize 18

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

下面的第二个屏幕截图显示使用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.

这篇关于如何在Netbean中更改模块图标的大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆