* remove GuiDisplay2 unneeded startup dependency

This commit is contained in:
jendave
2011-08-06 15:16:30 +00:00
parent 3fb223710b
commit bb7dc8e759
4 changed files with 4 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ public class AllZone implements NewConstants {
public static final ManaPool ManaPool = new ManaPool(AllZone.HumanPlayer);
public static Display Display = new GuiDisplay2();
public static Display Display;
private final static Map<String,PlayerZone> map = new HashMap<String,PlayerZone>();

View File

@@ -46,6 +46,7 @@ public class GuiDisplay2 extends javax.swing.JFrame implements CardContainer, Di
public GuiDisplay2() {
AllZone.Display = this;
initComponents();
addObservers();

View File

@@ -96,6 +96,7 @@ public class GuiDisplay3 extends JFrame implements CardContainer, Display, NewCo
//private CardList multiBlockers = new CardList();
public GuiDisplay3() {
AllZone.Display = this;
setupActions();
initComponents();

View File

@@ -104,6 +104,7 @@ public class GuiDisplay4 extends JFrame implements CardContainer, Display, NewCo
//private CardList multiBlockers = new CardList();
public GuiDisplay4() {
AllZone.Display = this;
setupActions();
initComponents();