Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying ArrayList in JPanel section

Status
Not open for further replies.

asiavoices

Programmer
Sep 20, 2001
90
CA
Hello everyone,

I was wondering how I could to display the elements from an ArrayList in a JPanel that I have laid out using Grids?

I'm not asking how to do the JPanel ... I know how to display the regular stuff (labels, textareas, etc.) but I'm looking for any ideas re: about how an ArrayList could be displayed on a particular JPanel location.

Kinda like showing the contents of a Shopping Cart on the right-hand side of a page, for example.


Any help, as always is greatly appreciated.

Cheers,

Christopher




 

Sorry... I forgot to mention that I would like to use something like JScrollPane to display the ArrayList's recordset in the JPanel.

Thanks,

Christopher



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top