X-Git-Url: https://harishankar.org/repos/?p=habeas.git;a=blobdiff_plain;f=src%2Fhabeas%2FHabeas.java;h=2bfb0387f7436760d099aab0e496254c75003a88;hp=b8b43d4799c21bd621c257380fd741e497bb20a9;hb=ebe8c5c1a1ff2d63aca4d844887f39d763272eac;hpb=43efa7c67c7da936d3395345983dde4603253896 diff --git a/src/habeas/Habeas.java b/src/habeas/Habeas.java index b8b43d4..2bfb038 100644 --- a/src/habeas/Habeas.java +++ b/src/habeas/Habeas.java @@ -22,16 +22,11 @@ public class Habeas { public static void main(String[] args) { // TODO code application logic here 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); }