summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2005-11-15 21:08:51 +0000
committerRoman Kennke <roman@kennke.org>2005-11-15 21:08:51 +0000
commit1b1a964305aa241b62c58973be3472538d16d0e5 (patch)
tree5c3fa21cfef2b5163248b663c94e613846584661 /m4
parent96250477e597352da42bdd53fcee350094f855f7 (diff)
downloadclasspath-1b1a964305aa241b62c58973be3472538d16d0e5.tar.gz
2005-11-15 Roman Kennke <kennke@aicas.com>
* javax/swing/UIManager.java (userUIDefaults): New field. (get(Object)): Respect the user UI settings. (get(Object,Locale)): Respect the user UI settings. (getBoolean(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getBoolean(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getBorder(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getBorder(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getColor(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getColor(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getDimension(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getDimension(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getFont(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getFont(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getIcon(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getIcon(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getInsets(Object)): Call get() instead of getLookAndFeelDefaults().getInsets() in order to respect the user UI settings. (getInsets(Object,Locale)): Call get() instead of getLookAndFeelDefaults().getInsets() in order to respect the user UI settings. (getInt(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getInt(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getString(Object)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getString(Object,Locale)): Call get() instead of getLookAndFeelDefaults().get() in order to respect the user UI settings. (getUI(JComponent)): Respect the user UI settings. (put): Put key/value into user UI settings.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions