Hi Mark,
> On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote:
> > This fixes one weird NPE (see associated bug report) and I also cleaned
> > up some inconsistencies that I came over and some warnings that Eclipse
> > came over :-)
> >
> > 2007-01-06 Roman Kennke <[EMAIL PROTECTED]>
> >
>
Hi Roman,
On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote:
> This fixes one weird NPE (see associated bug report) and I also cleaned
> up some inconsistencies that I came over and some warnings that Eclipse
> came over :-)
>
> 2007-01-06 Roman Kennke <[EMAIL PROTECTED]>
>
> PR 3033
This fixes one weird NPE (see associated bug report) and I also cleaned
up some inconsistencies that I came over and some warnings that Eclipse
came over :-)
2007-01-06 Roman Kennke <[EMAIL PROTECTED]>
PR 30337
* javax/swing/plaf/basic/BasicComboBoxUI.java
(installUI): I
The JComboBox has been broken due to some focus related issues. This is
now fixed.
2005-12-19 Roman Kennke <[EMAIL PROTECTED]>
* javax/swing/plaf/basic/BasicComboBoxUI.java
(installListeners): Install focus listener only on editor.
(configureArrowButton): Make arrow butt
This patch fixes some failing Mauve tests:
2005-10-18 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/JComboBox.java
(setModel): update the selectedItemReminder field,
(selectedItemChanged): only send ItemEvent.SELECTED event if the new
selection is non-null.
R