Search:

Type: Posts; User: Norm

Search: Search took 0.61 seconds.

  1. Replies
    6
    Views
    5,268

    Re: Problem with Key listener to JComboBox

    the posted code does not compile without changes.

    Using the code as an applet, it works for me. Running it in AppletViewer:

    Focus Gained
    key pressed...
  2. Replies
    6
    Views
    5,268

    Re: Problem with Key listener to JComboBox

    Add a focus listener to it and see if it gets the focus.

    Also when using Adapters, be sure to use the @Override notation. The compiler is happy to let you add any methods you want. You want to be...
  3. Replies
    6
    Views
    5,268

    Re: Problem with Key listener to JComboBox

    Does the JComboBox have the focus? That determines what component gets key events.
Results 1 to 3 of 3