Example usage for java.awt SystemColor CONTROL_LT_HIGHLIGHT

List of usage examples for java.awt SystemColor CONTROL_LT_HIGHLIGHT

Introduction

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

Prototype

int CONTROL_LT_HIGHLIGHT

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

Click Source Link

Document

The array index for the #controlLtHighlight system color.

Usage

From source file:Main.java

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

}