X-Git-Url: https://harishankar.org/repos/?p=habeas.git;a=blobdiff_plain;f=src%2Fhabeas%2FHabeas.java;h=2bfb0387f7436760d099aab0e496254c75003a88;hp=73efc947a0732f5a9fb52d092cbdd2399f225e8d;hb=ebe8c5c1a1ff2d63aca4d844887f39d763272eac;hpb=466a2393accd0d6d2df5f68d53488c667d5369de diff --git a/src/habeas/Habeas.java b/src/habeas/Habeas.java index 73efc94..2bfb038 100644 --- a/src/habeas/Habeas.java +++ b/src/habeas/Habeas.java @@ -21,17 +21,12 @@ public class Habeas { */ public static void main(String[] args) { // TODO code application logic here - Utility.getConnectionURL(); + Utility.retrieveConnectionURL(); + Utility.retrieveStationerySettings(); try { UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName()); - } catch (ClassNotFoundException ex) { - Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex); - } catch (InstantiationException ex) { - Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex); - } catch (IllegalAccessException ex) { - Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex); - } catch (UnsupportedLookAndFeelException ex) { + } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException ex) { Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex); }