[java] NetBeans :)

Started by
1 comment, last by bilsa 20 years, 2 months ago
Hey guys, I really like this IDE. But I don''t like the cold grey look of it Has anyone found an option to change the "Look and feel" to "Windows" style or some other style? Or at least some option that enables changing the colors of the windows ? thx !
Advertisement
I haven''t used NetBeans, but you can change the default look and feel used by all Java applications by creating a file called swing.properties and placing it in the jre/lib directory. In this file you put:
# Swing propertiesswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel


This does not prevent the application programmer from setting it in the program, but if it is not explicitly set this file will set it to what ever you want.


First make it work, then make it fast. --Brian Kernighan

The problems of this world cannot possibly be solved by skeptics or cynics whose horizons are limited by the obvious realities. We need men and women who can dream of things that never were. - John Fitzgerald Kennedy(35th US President)

Do not interrupt your enemy when he is making a mistake. - Napolean Bonaparte
"None of us learn in a vacuum; we all stand on the shoulders of giants such as Wirth and Knuth and thousands of others. Lend your shoulders to building the future!" - Michael Abrash[JavaGaming.org][The Java Tutorial][Slick][LWJGL][LWJGL Tutorials for NeHe][LWJGL Wiki][jMonkey Engine]
Thx

This topic is closed to new replies.

Advertisement