Example usage for java.awt SystemColor CONTROL_HIGHLIGHT

List of usage examples for java.awt SystemColor CONTROL_HIGHLIGHT

Introduction

In this page you can find the example usage for java.awt SystemColor CONTROL_HIGHLIGHT.

Prototype

int CONTROL_HIGHLIGHT

To view the source code for java.awt SystemColor CONTROL_HIGHLIGHT.

Click Source Link

Document

The array index for the #controlHighlight system color.

Usage

From source file:Main.java

public static void main(String[] args) {
    System.out.println(SystemColor.CONTROL_HIGHLIGHT);

}