Re: listview question.....

2004-02-18 Thread Joe Sam Shirah
Hi Jessamine, > wondering if java has a ListView fuction similar to that of VB? If you want to show rows with columns and headers, then javax.swing.JTable is the component to use. If each row is just a single item that you want users to pick or select from, then javax.swing.JList is t

RE: listview question.....

2004-02-17 Thread Attili Venkata Ravi Kishore
Hi, I think what you are talking about is similar to JList in java. Please refer java API for this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jessamine Sent: Tuesday, February 17, 2004 2:11 PM To: [EMAIL PROTECTED] Subject: listview question.

RE: listview question.....

2004-02-17 Thread Deblauwe, Wim
Title: RE: listview question. Do you mean JList? More info on Swing: http://java.sun.com/docs/books/tutorial/uiswing/ -Original Message- From: Jessamine [mailto:[EMAIL PROTECTED]] Sent: dinsdag 17 februari 2004 9:41 To: [EMAIL PROTECTED] Subject: listview question. Hi