Reputation: 36686
How/where I change the theme to the Windows theme in Netbeans 6.9 and 7? Currently it's using the Metal theme.
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.
Upvotes: 2
Views: 4760
Reputation: 1474
NetBeans default look and feel is the theme of your Windows operating system. Try changing your Windows theme, look and feel of NetBeans automatically changes.
Upvotes: 0
Reputation: 22461
Find netbeans.conf file in $NETBEANS_HOME/etc.
Locate the line starting with netbeans_default_options=
.
Add the switch --laf com.sun.java.swing.plaf.windows.WindowsLookAndFeel
to it, before the ending "
.
Upvotes: 6