Option for creating a new Legal Database
[habeas.git] / src / habeas / Habeas.java
index e6fa843..b8b43d4 100644 (file)
@@ -21,10 +21,10 @@ public class Habeas {
      */
     public static void main(String[] args) {
         // TODO code application logic here
-        Utility.getConnectionURL();
+        Utility.retrieveConnectionURL();
         
         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) {