public Catan() { System.out.println("Set window??"); client.base.OverlayView.setWindow(this); this.setTitle("Settlers of Catan"); this.setDefaultCloseOperation(EXIT_ON_CLOSE); catanPanel = new CatanPanel(); this.setContentPane(catanPanel); display(); }
@Override public void showModal() { reset(); super.showModal(); }