LibraryConfigGUI now starts reasonably sized.
This commit is contained in:
parent
962846f397
commit
45efd42793
@ -16,7 +16,7 @@ public class LibraryConfigGUI {
|
||||
JFrame frame = new JFrame();
|
||||
frame.setContentPane(createUI());
|
||||
frame.setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE);
|
||||
frame.pack();
|
||||
frame.setSize(300, 200);
|
||||
frame.setVisible(true);
|
||||
updateLibraryListContents();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user