ListBox « JList « Java Swing Q&A





1. virtual listbox in Swing    stackoverflow.com

I'm trying to figure out how to make a virtual listbox (or tree or outline) in Swing -- this would be one where the listbox can show a "view" within a ...

2. JAVA Swing help - FileChooser integration with a list box    forums.netbeans.org

I've mocked up a GUI that utilizes a "Select" button (which will open up the FileChooser), and I've set up the FC to allow for multiple selections. Now I need to do two things with the selections from the FC: 1. concatenate the names of the files into a string and output that to the list box. - I'll need to ...

3. List box problem    coderanch.com

Hi, I have two list boxes - one for 'Country' field and the for 'States/Provinces'. The country box has two fields , USA and CANADA. When I select USA from country box, I am adding US states in the other box and viceversa. But this selection change is causing flickering . In the code I am using removeAll() on the state ...

5. List Boxes    java-forums.org

Hi I have a list box which fires the valueChanged event each time the selected line changes. This has the unwanted side-effect of firing an event for every line traversed if you press and hold-down the up or down arrow key. Is there a way of getting this event fired only once when the highlight comes to rest on a line ...

6. JLists like Listbox?    forums.oracle.com