Example usage for java.awt SystemColor ACTIVE_CAPTION_TEXT

List of usage examples for java.awt SystemColor ACTIVE_CAPTION_TEXT

Introduction

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

Prototype

int ACTIVE_CAPTION_TEXT

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

Click Source Link

Document

The array index for the #activeCaptionText system color.

Usage

From source file:Main.java

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

}