java.lang.Object
com.cryptoalgo.oursql.support.ui.Colors
Central class for providing color constants for various purposes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final javafx.scene.paint.Color
A background color to be used for indicating a failure or errorstatic final javafx.scene.paint.Color
A background color to be used for indicating an in-progress operationstatic final javafx.scene.paint.Color
Background of splash screenstatic final javafx.scene.paint.Color
A background color to be used for indicating a success -
Constructor Summary
-
Method Summary
-
Field Details
-
SUCCESS
public static final javafx.scene.paint.Color SUCCESSA background color to be used for indicating a success -
LOADING
public static final javafx.scene.paint.Color LOADINGA background color to be used for indicating an in-progress operation -
ERROR
public static final javafx.scene.paint.Color ERRORA background color to be used for indicating a failure or error -
SPLASH_BG
public static final javafx.scene.paint.Color SPLASH_BGBackground of splash screen
-
-
Constructor Details
-
Colors
public Colors()
-