Multi column list

Is there a multi-column list control in Java? I am currently using the JList to display a list of items but now I need to extend to display multiple columns and I've been googling and experimenting but so far I cannot find a solution.
[242 byte] By [danc81a] at [2007-11-27 7:42:08]
# 1
JTable http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JTable.html
hunter9000a at 2007-7-12 19:22:53 > top of Java-index,Java Essentials,New To Java...
# 2
Perfect! Thanks for the link. I didn't even think to look for table (I think of a table as the HTML table rather than like a listview).Cheers.
danc81a at 2007-7-12 19:22:53 > top of Java-index,Java Essentials,New To Java...
# 3
You're welcome. Here's another link that will come in handy in the future: http://java.sun.com/docs/books/tutorial/uiswing/components/index.html
hunter9000a at 2007-7-12 19:22:53 > top of Java-index,Java Essentials,New To Java...