Example usage for java.awt SystemColor INACTIVE_CAPTION

List of usage examples for java.awt SystemColor INACTIVE_CAPTION

Introduction

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

Prototype

int INACTIVE_CAPTION

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

Click Source Link

Document

The array index for the #inactiveCaption system color.

Usage

From source file:Main.java

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

}