[cp-patches] FYI: BasicComboBoxRenderer

2005-09-16 Thread David Gilbert
I committed this patch: 2005-09-16 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicComboBoxRenderer.java: updated API docs and minor reformatting. Regards, Dave Index: javax/swing/plaf/basic/BasicComboBoxRenderer.java ==

[cp-patches] FYI: BasicComboBoxRenderer

2005-09-18 Thread David Gilbert
I committed this patch to remove the focus border from JComboBoxes under the BasicLookAndFeel - this matches the reference implementation more closely: 2005-09-18 David Gilbert <[EMAIL PROTECTED]> * javax/swing/plaf/basic/BasicComboBoxRenderer.java (BasicComboBoxRenderer): set

[cp-patches] FYI: BasicComboBoxRenderer fix

2006-03-17 Thread Roman Kennke
Hi, I did some work on the ComboBox UIs. (well, I wanted to fix a small bug and turned out to rewrite half of the ComboBox stuff ;-) ) Here comes the BasicComboBoxRenderer. This fixes the initialization of the renderer WRT colors and fonts. 2006-03-17 Roman Kennke <[EMAIL PROTECTED]> *