forked from External/mage
[UI] Added popup menu. Moved Concede action to popup.
This commit is contained in:
parent
44a3c05ba8
commit
2de4506ad2
3 changed files with 37 additions and 8 deletions
|
|
@ -294,4 +294,7 @@ public class BattlefieldPanel extends javax.swing.JLayeredPane {
|
|||
this.add(jScrollPane);
|
||||
}
|
||||
|
||||
public JComponent getMainPanel() {
|
||||
return jPanel;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue