Added background color to hand area.

This commit is contained in:
magenoxx 2011-06-08 19:03:22 +04:00
parent b04f843f40
commit e0d1ab226f
2 changed files with 12 additions and 3 deletions

View file

@ -89,6 +89,7 @@ public class GamePanel extends javax.swing.JPanel {
initComponents();
hand.setHScrollSpeed(8);
hand.setBackgroundColor(new Color(0,0,0,100));
combat = new CombatDialog();
pickNumber = new PickNumberDialog();
MageFrame.getDesktop().add(combat, JLayeredPane.POPUP_LAYER);