java change the color of jframe title bar

‮w//:sptth‬ww.lautturi.com
java change the color of jframe title bar
UIDefaults uiDefaults = UIManager.getDefaults();
uiDefaults.put("activeCaption", new javax.swing.plaf.ColorUIResource(Color.gray));
uiDefaults.put("activeCaptionText", new javax.swing.plaf.ColorUIResource(Color.white));

JFrame.setDefaultLookAndFeelDecorated(true);
Created Time:2017-09-09 22:53:12  Author:lautturi