Normand Briere
2019-04-22 ec1ab4278b2408d3b19083e530e0376f809cca44
GrafreeD.java
....@@ -742,8 +742,11 @@
742742 try
743743 {
744744 MetalLookAndFeel.setCurrentTheme(new DefaultMetalTheme());
745
- //MetalLookAndFeel.setCurrentTheme(new Theme(Constants.beigeTheme));
745
+ MetalLookAndFeel.setCurrentTheme(new Theme(Constants.yellowTheme));
746746 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");
747750 } catch (Exception e)
748751 {
749752 }