Search:

Type: Posts; User: leandro

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    2,992

    [SOLVED] Re: JAVA JList Problem

    antitru5t did I solve your problem?
  2. Replies
    4
    Views
    2,992

    [SOLVED] Re: JAVA JList Problem

    Try this:

    Your class has to implement ListSelectionListener.

    Then you add the listener to the JList:


    listbox01.addListSelectionListener(this);

    And finally you write the method:
  3. Replies
    4
    Views
    2,992

    [SOLVED] Re: JAVA JList Problem

    Sorry antitru5t but I don't understand what you want to do. Can u explain me please?
Results 1 to 3 of 3