The Module Selector Window should not be visible by default.

This commit is contained in:
sigonasr2 2020-05-13 23:26:39 +09:00
parent 427c4804a2
commit 8f6015f9b1

View File

@ -160,7 +160,7 @@ public class ModuleSelector extends JFrame implements WindowListener{
this.add(panel);
this.pack();
this.setVisible(true);
//this.setVisible(true);
this.repaint();
}