forked from External/mage
* Tournaments - Added handling for constructed formats and password protection.
This commit is contained in:
parent
8459e8d1f9
commit
5ccc1c91ae
32 changed files with 666 additions and 267 deletions
|
|
@ -123,6 +123,13 @@ public class NewPlayerPanel extends javax.swing.JPanel {
|
|||
this.lblLevel.setVisible(show);
|
||||
}
|
||||
|
||||
public void showDeckElements(boolean show) {
|
||||
this.lblPlayerDeck.setVisible(show);
|
||||
this.txtPlayerDeck.setVisible(show);
|
||||
this.btnGenerate.setVisible(show);
|
||||
this.btnPlayerDeck.setVisible(show);
|
||||
}
|
||||
|
||||
/** This method is called from within the constructor to
|
||||
* initialize the form.
|
||||
* WARNING: Do NOT modify this code. The content of this method is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue