[UI] Added popup menu. Moved Concede action to popup.

This commit is contained in:
magenoxx 2012-07-16 16:49:09 +04:00
parent 44a3c05ba8
commit 2de4506ad2
3 changed files with 37 additions and 8 deletions

View file

@ -294,4 +294,7 @@ public class BattlefieldPanel extends javax.swing.JLayeredPane {
this.add(jScrollPane);
}
public JComponent getMainPanel() {
return jPanel;
}
}