mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Chnaged color frame for active player to green (that white was a no go).
This commit is contained in:
parent
8fb04ddbef
commit
4c91440f5e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public class PlayerPanelExt extends javax.swing.JPanel {
|
|||
private static final int PANEL_HEIGHT_SMALL = 212;
|
||||
private static final int MANA_LABEL_SIZE_HORIZONTAL = 20;
|
||||
|
||||
private static final Border GREEN_BORDER = new LineBorder(Color.white, 3);
|
||||
private static final Border GREEN_BORDER = new LineBorder(Color.green, 3);
|
||||
private static final Border RED_BORDER = new LineBorder(Color.red, 2);
|
||||
private static final Border EMPTY_BORDER = BorderFactory.createEmptyBorder(0, 0, 0, 0);
|
||||
private final Color greenBackgroundColor = new Color(206, 192, 174, 200);
|
||||
|
|
Loading…
Reference in a new issue