简体   繁体   English

在Netbeans 6.9和7中,我如何将主题(外观和感觉)更改为WIndows主题?

[英]In Netbeans 6.9 and 7, how I change the theme (look and feel) to WIndows theme?

How/where I change the theme to the Windows theme in Netbeans 6.9 and 7? 我如何/在哪里将主题更改为Netbeans 6.9和7中的Windows主题? Currently it's using the Metal theme. 目前它正在使用Metal主题。

I've searched, but found nothing. 我搜索过,但一无所获。

EDIT: When I edit it's the Windows theme, but when I run the program, it's the Metal theme. 编辑:当我编辑它是Windows主题,但当我运行该程序时,它是金属主题。

Find netbeans.conf file in $NETBEANS_HOME/etc. 在$ NETBEANS_HOME / etc中找到netbeans.conf文件。

Locate the line starting with netbeans_default_options= . 找到以netbeans_default_options=开头的行。 Add the switch --laf com.sun.java.swing.plaf.windows.WindowsLookAndFeel to it, before the ending " . 开关添加--laf com.sun.java.swing.plaf.windows.WindowsLookAndFeel它,结束之前"

NetBeans default look and feel is the theme of your Windows operating system. NetBeans默认外观是Windows操作系统的主题。 Try changing your Windows theme, look and feel of NetBeans automatically changes. 尝试更改Windows主题,NetBeans的外观和感觉会自动更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM