peaceful mind wrote:

>Hi,
>is there is well documentted list of UIManager.put() properties ?
>Is confusing when you try to look at source code.
>
>- peter
>
UIDefaults uiDefaults =UIManager.getDefaults();
Enumeration enumKeys = uiDefaults.keys();
Enumeration enumValue = uiDefaults.elements();
This will list all the keys and values of UIManager.


_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to