diff --git a/Library/src/Library.java b/Library/src/Library.java index 20bf43d..004ce84 100644 --- a/Library/src/Library.java +++ b/Library/src/Library.java @@ -34,9 +34,7 @@ public void run() { }); } - /** - * Create the frame. - */ + public Library() { setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); setBounds(100, 100, 450, 300);