[cp-patches] FYI: UIManager fixlet

2006-06-21 Thread Roman Kennke
In UIManager.MultiplexUIDefaults we must not clear the fallback defaults, thus I removed the clear() method. Most of the harmony swing tests immediately failed (or rather, error'ed) because they call UIManager.getDefaults().clear() right before running the actual tests. 2006-06-21 Roman Kennke <

[cp-patches] FYI: UIManager fixlet

2006-02-07 Thread Roman Kennke
In UIManager we had a SwingPropertyChangeSupport typed field that I now made an instance of java.beans.PropertyChangeSupport (The SwingPropertyChangeSupport class has been obsoleted). 2006-02-07 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/UIManager.java (listeners): Made this