moving (JTable) columns
- From: ":-o" <fcrutch@xxxxxxxxxxxx>
- Date: Sat, 26 Nov 2005 13:46:43 -0500
Thanks,
I'm using a JTable (with headers) and I press a button and the cells are filled
with data from a source I specify.
I'd like the operator to be able to move the columns while data is being filled,
but problems occur as the data
is sent to the column where the data was (prior to a move).
So if I have 2 columns with the 1st column header lastname and the 2nd column
being a boolean checkbox with header brown eyes (true or false), when I switch
the 2 columns, column 2 cell data SHOULD be lastname and column one SHOULD be
checkbox (true or false), but its just the opposite (prior to column movement).
Any ideas?
.
- Follow-Ups:
- Re: moving (JTable) columns
- From: Kari Ikonen
- Re: moving (JTable) columns
- From: Roedy Green
- Re: moving (JTable) columns
- Prev by Date: Re: help adding items to JComboBox on the fly
- Next by Date: Re: moving (JTable) columns
- Previous by thread: choosing linestyles with a combobox
- Next by thread: Re: moving (JTable) columns
- Index(es):