aspose file tools
The moose likes Swing / AWT / SWT and the fly likes 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 » Swing / AWT / SWT
Reply Bookmark "JList" Watch "JList" New topic
Author

JList

Rajeev Iyer
Ranch Hand

Joined: Jun 19, 2002
Posts: 42
Hi...
How can I add Images(ImageIcons) to a JList??
Thanks....
Nathan Pruett
Bartender

Joined: Oct 18, 2000
Posts: 4121

You would make a new ListCellRenderer that displays Icons and call setCellRenderer() on the JList, passing in your new ListCellRenderer class.

The easiest way to do this would be to extend DefaultListCellRenderer and override the getListCellRendererComponent method to something like this:


-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JList
 
Similar Threads
Vector
Lists
How to set the size of aJList?
Makenon border swing Components
JList + Vector