The Module Selector Window should not be visible by default.
This commit is contained in:
parent
427c4804a2
commit
8f6015f9b1
@ -160,7 +160,7 @@ public class ModuleSelector extends JFrame implements WindowListener{
|
||||
|
||||
this.add(panel);
|
||||
this.pack();
|
||||
this.setVisible(true);
|
||||
//this.setVisible(true);
|
||||
this.repaint();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user