[cp-patches] FYI: MetalComboBoxEditor

2006-03-17 Thread Roman Kennke
This fixes the border of the metal combobox editor. 2006-03-17 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalComboBoxEditor.java (MetalComboBoxEditorBorder): Made this a subclass of AbstractBorder instead of Flush3DBorder. (paintBorder): Fixed

[cp-patches] FYI: MetalComboBoxEditor fixlet

2005-11-07 Thread David Gilbert
I committed this small fix to the MetalComboBoxEditor class. There is no need to recreate the editor component - it is created in the superclass constructor. Recreating it wipes out the custom setting for the number of columns in the JTextField. There is a new Mauve test to back this change: