The Module Selector Window should not be visible by default.

master
sigonasr2 5 years ago
parent 427c4804a2
commit 8f6015f9b1
  1. 2
      src/sig/ModuleSelector.java

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

Loading…
Cancel
Save