Nimbus Look and Feel
Before Applying the Nimbus Look and Feel
try {
UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel");
} catch (Exception ex) {
// If the nibus is not available, GUI will set to the system's look and feel
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
}




2 comments:
A picture is worth a thousand words
If you post a screenshot of your UI, like a before Nimbus and a after Nimbus view. It would help this post a lot..
sure ill upload thankx
Post a Comment