Manage Legal Notices - Bill Details
[habeas.git] / src / habeas / Habeas.java
index 5932034..73efc94 100644 (file)
@@ -5,7 +5,6 @@
  */
 package habeas;
 
-import java.sql.*;
 import java.util.logging.Level;
 import java.util.logging.Logger;
 import javax.swing.UIManager;
@@ -25,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) {