SystemColor.CONTROL_SHADOW has the following syntax.
public static final int CONTROL_SHADOW
In the following code shows how to use SystemColor.CONTROL_SHADOW field.
import java.awt.SystemColor; public class Main { public static void main(String[] args) { System.out.println(SystemColor.CONTROL_SHADOW); } }
The code above generates the following result.