Example usage for java.awt SystemColor ACTIVE_CAPTION_BORDER

List of usage examples for java.awt SystemColor ACTIVE_CAPTION_BORDER

Introduction

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

Prototype

int ACTIVE_CAPTION_BORDER

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

Click Source Link

Document

The array index for the #activeCaptionBorder system color.

Usage

From source file:Main.java

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

}