Normand Briere
2019-04-22 3c4c16e0a4ca3949a7a37a24607df7f89abfe7ea
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 }