mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
* remove GuiDisplay2 unneeded startup dependency
This commit is contained in:
@@ -63,7 +63,7 @@ public class AllZone implements NewConstants {
|
|||||||
|
|
||||||
public static final ManaPool ManaPool = new ManaPool(AllZone.HumanPlayer);
|
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>();
|
private final static Map<String,PlayerZone> map = new HashMap<String,PlayerZone>();
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ public class GuiDisplay2 extends javax.swing.JFrame implements CardContainer, Di
|
|||||||
|
|
||||||
|
|
||||||
public GuiDisplay2() {
|
public GuiDisplay2() {
|
||||||
|
AllZone.Display = this;
|
||||||
initComponents();
|
initComponents();
|
||||||
|
|
||||||
addObservers();
|
addObservers();
|
||||||
|
|||||||
@@ -96,6 +96,7 @@ public class GuiDisplay3 extends JFrame implements CardContainer, Display, NewCo
|
|||||||
//private CardList multiBlockers = new CardList();
|
//private CardList multiBlockers = new CardList();
|
||||||
|
|
||||||
public GuiDisplay3() {
|
public GuiDisplay3() {
|
||||||
|
AllZone.Display = this;
|
||||||
setupActions();
|
setupActions();
|
||||||
initComponents();
|
initComponents();
|
||||||
|
|
||||||
|
|||||||
@@ -104,6 +104,7 @@ public class GuiDisplay4 extends JFrame implements CardContainer, Display, NewCo
|
|||||||
//private CardList multiBlockers = new CardList();
|
//private CardList multiBlockers = new CardList();
|
||||||
|
|
||||||
public GuiDisplay4() {
|
public GuiDisplay4() {
|
||||||
|
AllZone.Display = this;
|
||||||
setupActions();
|
setupActions();
|
||||||
initComponents();
|
initComponents();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user