ArrayList « GUI « Java Swing Q&A





1. Problem clearing my ArrayList, a ghost is filling it up again.    coderanch.com

Hi! So the purpose of this program is to display the correct children to the parent you click on, for instance if you click on "room" you should get a couple of children named "wall", "floor", "ceiling" and so on.. What I want is, when you click on room all the other options that were available should disappear and only the ...

2. Alphabetizing an ArrayList    coderanch.com

3. Single ArrayList populating two different Tables    coderanch.com

I have an issue with JTables and ArrayList and is getting over complicated for me to work out the best way to do this I am loading a new JPanel from a class that displays two JTables. 1 with 8 rows and another with 4 rows. These are displayed correcrtly I am passing an Arraylist into this class. This contains a ...

4. Iterating through ArrayList using a GUI    java-forums.org

I'm trying to iterate through an ArrayList containing data from a MySQL table. The program does compile and run without generating any errors, but the problem is that since I have no choice but to instantiate the iterator within the Action class (see sample code below), it is "reset" whenever the GUI ActionListener picks something up. Java Code: //note: each sqlRecord ...

5. plz help with me gui problem(arraylist)    forums.oracle.com

my program stocksymbol stockname enter (label) (textfield) (label) (textfield) (button) create a gui application using jframe and jpanel so that user can enter stock details(symbol,name) when user press "enter(button)" the text entered in the textfield should be add to an arraylist. when we close the window ,we have to print the items present in the arraylist.... i have created all the ...

6. GUI arraylist question    forums.oracle.com