Skip to Main Content

Java SE (Java Platform, Standard Edition)

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to insert a JComponent into a cell of JTable

819715Dec 29 2010 — edited Feb 7 2011
Hi,

I am facing one problem. I need to place the JTextField/JComboBox/JTable into a cell of JTable.
I need the solution for following senario,

The JTextField/JComboBox/JTable into a cell of JTable because the values are filling for these 3 components are using some other operations. finally I should place all these 3 components in to a JTable like

Column1 -> JTextField
Column2 -> JComboBox
Column3 -> JTable

Edited by: 816712 on Dec 29, 2010 4:07 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2011
Added on Dec 29 2010
16 comments
5,379 views