Java SystemColor CONTROL
Syntax
SystemColor.CONTROL has the following syntax.
public static final int CONTROL
Example
In the following code shows how to use SystemColor.CONTROL field.
import java.awt.SystemColor;
/*ww w . j ava 2 s. c o m*/
public class Main {
public static void main(String[] args) {
System.out.println(SystemColor.CONTROL);
}
}
Home »
Java Tutorial »
java.awt »
Java Tutorial »
java.awt »