List of usage examples for javafx.scene.paint Color ORANGE
Color ORANGE
To view the source code for javafx.scene.paint Color ORANGE.
Click Source Link
From source file:org.openbase.display.DisplayView.java
/** * {@inheritDoc}/*from w ww .j a va 2 s . c om*/ * * @param presetId * @throws org.openbase.jul.exception.CouldNotPerformException */ @Override public Future<Void> setWarnText(final String presetId) throws CouldNotPerformException { return displayHTML(htmlLoader.loadTextView(presetId, Color.ORANGE), false); }