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
the one, as others have suggested.


                                                         Joe Sam

Joe Sam Shirah -        http://www.conceptgo.com
conceptGO         -        Consulting/Development/Outsourcing
Java Filter Forum:       http://www.ibm.com/developerworks/java/
Just the JDBC FAQs: http://www.jguru.com/faq/JDBC
Going International?    http://www.jguru.com/faq/I18N
Que Java400?             http://www.jguru.com/faq/Java400


----- Original Message -----
From: "Jessamine" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 17, 2004 3:40 AM
Subject: listview question.....


> Hi,
>
> I'm trying to make a java application and I was just
> wondering if java has a ListView fuction similar to
> that of VB?  I've been trying to find some sources in
> the net but have come up with nothing useful.  Would
> anyone know anything about this?
>
> Thanks,
> Jessamine
>




_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to