Hello,
How can I change focus from one JComboBox to another JComboBox. Both
components are editable and I'm working on Java 1.3
requestFocus doesn't work on 1.3 (on 1.4 is fine). I read that there is a
lot of bugs for JComboBox in Java < 1.4 0 - maybe someone knows any
workarounds for this problem?
AT
AT@neostrada.pl - 30 Jun 2006 18:26 GMT
> Hello,
>
[quoted text clipped - 3 lines]
> lot of bugs for JComboBox in Java < 1.4 0 - maybe someone knows any
> workarounds for this problem?
If you have problem like mine, try to set focus on ComboEditor - it works :)
AT