Reporting Functionality - added some report
authorHarishankar <v.harishankar@gmail.com>
Thu, 2 Apr 2020 16:35:44 +0000 (22:05 +0530)
committerHarishankar <v.harishankar@gmail.com>
Thu, 2 Apr 2020 16:35:44 +0000 (22:05 +0530)
Added another report to the report functionality

src/habeas/Habeas.java

index 2bfb038..bf5b72c 100644 (file)
@@ -29,7 +29,6 @@ public class Habeas {
         } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException ex) {
             Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex);
         }
         } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException ex) {
             Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex);
         }
-        
         MainFrame frame = new MainFrame ();
         frame.setVisible(true);
     }
         MainFrame frame = new MainFrame ();
         frame.setVisible(true);
     }