UIManager « Event « Java Swing Q&A





1. Swing UIManager.getColor() keys    stackoverflow.com

is there a list somewhere of the UIManager.getColor() keys for Swing? I can't seem to find it online, just occasional references to strings like "Panel.background" and "Table.selectionBackground".

2. UI properties does not contain some keys    stackoverflow.com

I have the following problem. I need to get an UI properties:

UIManager.getString("OptionPane.okButtonText")
that returns the string "OK", and it works. However, if I iterate through the UIDefaults keyset, I never get the ...