aspose file tools
The moose likes Beginning Java and the fly likes Passing object to JList Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Passing object to JList" Watch "Passing object to JList" New topic
Author

Passing object to JList

Rob Brew
Ranch Hand

Joined: Jun 23, 2011
Posts: 88
Hi everyone.

I want to display objects in a JList then remove an item when a button is clicked the item "bought" is bought, and the item is then removed from the list. I then want to pass the object as a variable to a method in a different class, which will remove it from an arraylist.

So far here's the relevant code:





Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
What's your question ?


Joanne
Rob Brew
Ranch Hand

Joined: Jun 23, 2011
Posts: 88
How do i pass a list of object "bought" to the JList and have it's title getName displayed.

How do i remove the item from the JList

Can I then pass the item to the method itemBought() which will the remove it from an ArrayList?
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
Notice that the word JList in your post has been turned into a link. Following that link should get you started.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Passing object to JList
 
Similar Threads
MZs Notes - Pg 159
problems when using a datable within a form: currently my code is clunky
Error can't find class
update a JList based on an Array
JPA criteriaBuilder method not found