I do not see this constant when I do
UIDefaults defaults = UIManager.getLookAndFeelDefaults(); Set<Entry<Object, Object>> entries = defaults.entrySet(); for (Entry<Object, Object> entry : entries) { System.out.print(entry.getKey() + " = "); System.out.print(entry.getValue() + "\n");
source share