Menu

3-28-12 More GUI goodness

A small change, run the RUNME.bat batch file (in Windows) to run the program

or, if you are on a Mac or in Linux, add

-Dswing.defaultlaf=com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel

to the command line to get the proper look
(ie java CCGuiTest -Dswing.defaultlaf=com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel)

If it looks strange, you may not have the Nimbus Look and Feel installed. If not, search the web for how to install it on your system. YOU NEED NIMBUS LOOK AND FEEL FOR THE GUI TO BE DISPLAYED CORRECTLY!

Posted by barna10 2012-03-29

Log in to post a comment.