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