From: Harishankar Date: Thu, 2 Apr 2020 16:35:44 +0000 (+0530) Subject: Reporting Functionality - added some report X-Git-Url: https://harishankar.org/repos/?p=habeas.git;a=commitdiff_plain;h=03c3270b01ae96bebc93917ec9c987ec5a0dd799 Reporting Functionality - added some report Added another report to the report functionality --- diff --git a/src/habeas/Habeas.java b/src/habeas/Habeas.java index 2bfb038..bf5b72c 100644 --- a/src/habeas/Habeas.java +++ b/src/habeas/Habeas.java @@ -29,7 +29,6 @@ public class Habeas { } catch (ClassNotFoundException | InstantiationException | IllegalAccessException | UnsupportedLookAndFeelException ex) { Logger.getLogger(Habeas.class.getName()).log(Level.SEVERE, null, ex); } - MainFrame frame = new MainFrame (); frame.setVisible(true); }