setting focus on JComboBox (1.3)



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


.



Relevant Pages

  • Re: setting focus on JComboBox (1.3)
    ... How can I change focus from one JComboBox to another JComboBox. ... components are editable and I'm working on Java 1.3 ... requestFocus doesn't work on 1.3. ...
    (comp.lang.java.gui)
  • Re: Problems with JComboBox on Ubuntu Hardy (Linux)
    ... If I create a JComboBox in Java using java-6-sun and select from the ... If I switch to Java-5-sun still on Ubuntu Hardy ... then the selection is properly recognized as in windows. ... With ItemEvents the API and Java Tutorial both state that events are only ...
    (comp.lang.java.gui)
  • How to recognize item (pre-)selection in popup part of JComboBox?
    ... I'm trying to show a text message in my window when an item in the ... popup-portion of a Java 5 JComboBox is selected (i.e. the item ...
    (comp.lang.java.gui)
  • Re: Having a JFormattedTextField allow only int 1 to 9
    ... > getting a text field in Java to only accept the input of one integer ... JFormattedTextField tf = new JFormattedTextField; ... JComboBox cb = new JComboBox; ... above) as long as the objects have either a sensible toString() value or ...
    (comp.lang.java.programmer)
  • Re: Toolbar Drop Down Button
    ... > What is the advantage of this over a JComboBox? ... Andrey Kuznetsov ... http://uio.imagero.com Unified I/O for Java ...
    (comp.lang.java.gui)