[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

@ -130,12 +130,6 @@ public class GamePanel extends javax.swing.JPanel {
throw new RuntimeException(e);
}
/*SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
bigCard.setDefaultImage();
}
});*/
}
private Map<String, JComponent> getUIComponents(JLayeredPane jLayeredPane) {