|
|
@ -156,6 +156,8 @@ public class AlphaFineConstants { |
|
|
|
|
|
|
|
|
|
|
|
public static final Icon NO_RESULT_ICON = IOUtils.readIcon(AlphaFineConstants.IMAGE_URL + "noresult.png"); |
|
|
|
public static final Icon NO_RESULT_ICON = IOUtils.readIcon(AlphaFineConstants.IMAGE_URL + "noresult.png"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final Color SUSPENDED_COLOR = new Color(84, 165, 249); |
|
|
|
|
|
|
|
|
|
|
|
public static final Color FOREGROUND_COLOR = new Color(51, 51, 52); |
|
|
|
public static final Color FOREGROUND_COLOR = new Color(51, 51, 52); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|