.. | .. |
---|
742 | 742 | try |
---|
743 | 743 | { |
---|
744 | 744 | MetalLookAndFeel.setCurrentTheme(new DefaultMetalTheme()); |
---|
745 | | - //MetalLookAndFeel.setCurrentTheme(new Theme(Constants.beigeTheme)); |
---|
| 745 | + MetalLookAndFeel.setCurrentTheme(new Theme(Constants.yellowTheme)); |
---|
746 | 746 | UIManager.setLookAndFeel(new MetalLookAndFeel()); |
---|
| 747 | + //UIManager.setLookAndFeel("com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel"); |
---|
| 748 | + //UIManager.setLookAndFeel("com.apple.laf.AquaLookAndFeel"); |
---|
| 749 | + //UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel"); |
---|
747 | 750 | } catch (Exception e) |
---|
748 | 751 | { |
---|
749 | 752 | } |
---|