forked from External/mage
Implemented Issue#73: Enchant Player enchantments - show enchanted player
This commit is contained in:
parent
17b8619b3e
commit
55f40d2e9d
7 changed files with 64 additions and 5 deletions
|
|
@ -119,6 +119,10 @@ public class PlayAreaPanel extends javax.swing.JPanel {
|
|||
return battlefieldPanel;
|
||||
}
|
||||
|
||||
public PlayerPanelExt getPlayerPanel() {
|
||||
return playerPanel;
|
||||
}
|
||||
|
||||
private void initComponents() {
|
||||
setBorder(BorderFactory.createLineBorder(new Color(0,0,0,0)));
|
||||
playerPanel = new PlayerPanelExt();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue