Search:

Type: Posts; User: copeg

Search: Search took 0.40 seconds.

  1. Replies
    3
    Views
    10,386

    Re: JComboBox and Textfield

    Item events are triggered for a variety of events, so you should screen them to get the behavior you want.



    public void itemStateChanged(ItemEvent e){
    if ( e.getStateChange() ==...
  2. Replies
    3
    Views
    10,386

    Re: JComboBox and Textfield

    JComboBoxes are usually used to provide for single rather than multiple selections, so when you say "all the users choices" do you mean all the choices that the user has gone through up to that...
Results 1 to 2 of 2