Manage Legal Notices - Delete
[habeas.git] / src / habeas / Habeas.java
index b8b43d4..b1782f3 100644 (file)
@@ -24,7 +24,7 @@ public class Habeas {
         Utility.retrieveConnectionURL();
         
         try {
         Utility.retrieveConnectionURL();
         
         try {
-            UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
+            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
         } catch (ClassNotFoundException ex) {
             Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex);
         } catch (InstantiationException ex) {
         } catch (ClassNotFoundException ex) {
             Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex);
         } catch (InstantiationException ex) {