forked from External/mage
changes for public server
This commit is contained in:
parent
1fdc50570f
commit
b81938210a
46 changed files with 218 additions and 281 deletions
|
|
@ -95,7 +95,7 @@ public class MageFrame extends javax.swing.JFrame {
|
|||
private static Preferences prefs = Preferences.userNodeForPackage(MageFrame.class);
|
||||
private JLabel title;
|
||||
private Rectangle titleRectangle;
|
||||
private static MageVersion version = new MageVersion(0, 7, 2);
|
||||
private final static MageVersion version = new MageVersion(0, 7, 2);
|
||||
|
||||
/**
|
||||
* @return the session
|
||||
|
|
@ -728,6 +728,10 @@ public class MageFrame extends javax.swing.JFrame {
|
|||
btnDeckEditor.setEnabled(true);
|
||||
}
|
||||
|
||||
public void hideTables() {
|
||||
this.tablesPane.hideTables();
|
||||
}
|
||||
|
||||
public void showDeckEditor(DeckEditorMode mode, Deck deck, UUID tableId, int time) {
|
||||
try {
|
||||
DeckEditorPane deckEditorPane = new DeckEditorPane();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue