|
|
|
@ -67,7 +67,7 @@ public interface UIConstants {
|
|
|
|
|
public static final Color SHADOW_GREY = new Color(0xe2e2e2); |
|
|
|
|
public static final Color SHADOW_CENTER = new Color(200, 200, 200); |
|
|
|
|
public static final Color SHADOW_PURPLE = new Color(255, 0, 255); |
|
|
|
|
public static final Color FLESH_BLUE = new Color(168, 180, 202); |
|
|
|
|
public static final Color FLESH_BLUE = new Color(70, 157, 246); |
|
|
|
|
public static final Color HOVER_BLUE = new Color(0xd2d2d2); |
|
|
|
|
public static final Color DOTTED_LINE_COLOR = new Color(35, 108, 184); |
|
|
|
|
public static final Color AUTHORITY_COLOR = new Color(88, 125, 153); |
|
|
|
@ -91,7 +91,6 @@ public interface UIConstants {
|
|
|
|
|
public static final Color RULER_SCALE_COLOR = new Color(0x4e504f); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final BufferedImage DRAG_BAR = BaseUtils.readImage("com/fr/design/images/control/bar.png"); |
|
|
|
|
public static final BufferedImage DRAG_BAR_RIGHT = BaseUtils.readImage("com/fr/design/images/control/barm.png"); |
|
|
|
|
public static final BufferedImage DRAG_BAR_LEFT = BaseUtils.readImage("com/fr/design/images/control/barl.png"); |
|
|
|
|