[UI]Alt+E:enlarge card. New game panel layout (experimental).

This commit is contained in:
magenoxx 2012-07-13 14:54:38 +04:00
parent 01f57aa06e
commit fc2283898c
7 changed files with 209 additions and 48 deletions

View file

@ -80,6 +80,8 @@ public class BigCard extends JComponent {
initBounds();
}
setDoubleBuffered(true);
setOpaque(true);
scrollPane.setOpaque(true);
}
protected void initBounds() {