forked from External/mage
[UI]Alt+E:enlarge card. New game panel layout (experimental).
This commit is contained in:
parent
01f57aa06e
commit
fc2283898c
7 changed files with 209 additions and 48 deletions
|
|
@ -80,6 +80,8 @@ public class BigCard extends JComponent {
|
|||
initBounds();
|
||||
}
|
||||
setDoubleBuffered(true);
|
||||
setOpaque(true);
|
||||
scrollPane.setOpaque(true);
|
||||
}
|
||||
|
||||
protected void initBounds() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue