Example usage for javafx.scene.paint Color ORANGE

List of usage examples for javafx.scene.paint Color ORANGE

Introduction

In this page you can find the example usage for javafx.scene.paint Color ORANGE.

Prototype

Color ORANGE

To view the source code for javafx.scene.paint Color ORANGE.

Click Source Link

Document

The color orange with an RGB value of #FFA500

Usage

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);
}