Implemented Issue#73: Enchant Player enchantments - show enchanted player

This commit is contained in:
magenoxx 2013-01-14 18:57:13 +04:00
parent 17b8619b3e
commit 55f40d2e9d
7 changed files with 64 additions and 5 deletions

View file

@ -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();