forked from External/mage
Setting from new table dialog are saved and restored from java prefs when the client is started.
This commit is contained in:
parent
fb539cd177
commit
6a9a245c15
3 changed files with 73 additions and 1 deletions
|
|
@ -102,6 +102,11 @@ public class NewPlayerPanel extends javax.swing.JPanel {
|
|||
return this.txtPlayerDeck.getText();
|
||||
}
|
||||
|
||||
public void setDeckFile(String deckFile) {
|
||||
this.txtPlayerDeck.setText(deckFile);
|
||||
}
|
||||
|
||||
|
||||
public int getLevel() {
|
||||
return Integer.valueOf((String)this.cbLevel.getSelectedItem());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue