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
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue