Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. Re: Getting a TextField to activate ItemListener.

    The ComboBox is already going to have ItemListeneres. All the KeyListeners would do is call setSelected() for a particular item, and that should work, right?

    If not, JTextField doesn't have a...
  2. Re: Getting a TextField to activate ItemListener.

    Ok, but I have no clue what that is, and does it have anything to do with a text document.

    Would a KeyListener work instead?

    JTextField does have the method addKeyListener(), but how do you get...
  3. Getting a TextField to activate ItemListener.

    I'm having it choose songs from a hymn book and set the page number to a certain page if they chose a certain song name from a JComboBox. This I know how to do. However, I would also like it to do...
Results 1 to 3 of 3