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