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