LookAndFeel
Google that term.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
Use the following piece of code to get Windows OS Look And Feel
try {
//org.fife.plaf.VisualStudio2005.VisualStudio2005LookAndFeel
//de.javasoft.plaf.synthetica.SyntheticaStandardLookAndFeel
//com.jgoodies.looks.plastic.Plastic3DLookAndFeel
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
} catch (ClassNotFoundException e) {
e.printStackTrace();
} catch (InstantiationException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
e.printStackTrace();
} catch (UnsupportedLookAndFeelException e) {
e.printStackTrace();
}
getContentPane().setLayout(null);
lookof2day
Junior Poster in Training
83 posts since Aug 2007
Reputation Points: 16
Solved Threads: 11
And like I said, LookAndFeel. It takes about two minutes to find a tutorial on it, if you look.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494
Start your own thread, please.
Closing this zombie.
masijade
Industrious Poster
4,253 posts since Feb 2006
Reputation Points: 1,471
Solved Threads: 494