Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple data in each cell in JTable

807591Apr 23 2008 — edited Apr 23 2008
Hi,
I'm currently working on a program where I need to a JTable that can contain multiple data in each cell. I,ve solved this problem so far by making each cell contain a JList to hold the data, but I'm a little concerned about performance issues. Lets say I have a table with 10x10 cells, that would make 100 JList to render! So my question is if there is a better more light weight way of having multiple data in a JTable cell?

a screendump of the layout can be seen here

/Peter
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2008
Added on Apr 23 2008
5 comments
172 views