stonedloottracker: Static fields
This commit is contained in:
@@ -54,8 +54,8 @@ class UniqueItemPanel extends JPanel
|
|||||||
{
|
{
|
||||||
private ItemManager itemManager;
|
private ItemManager itemManager;
|
||||||
|
|
||||||
private final float alphaMissing = 0.35f;
|
private final static float alphaMissing = 0.35f;
|
||||||
private final float alphaHas = 1.0f;
|
private final static float alphaHas = 1.0f;
|
||||||
|
|
||||||
private static final Dimension panelSize = new Dimension(215, 50);
|
private static final Dimension panelSize = new Dimension(215, 50);
|
||||||
private static final Border panelBorder = new EmptyBorder(3, 0, 3, 0);
|
private static final Border panelBorder = new EmptyBorder(3, 0, 3, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user