| Author |
JTable: How to combine several columns
|
Laurent Sate
Greenhorn
Joined: Dec 18, 2001
Posts: 10
|
|
Hello, I have a JTable with 4 columns and some rows. In fact i want to combine the 4 columns in 1 for the first row. How can I do that? Thanx for your help. [ January 22, 2002: Message edited by: LS ]
|
 |
Nathan Pruett
Bartender
Joined: Oct 18, 2000
Posts: 4120
|
|
LS, Please re-register with a user name that follows the JavaRanch Offical UserName Policy. Your user name must be in the format "First Name" + space + "Last Name", and can't be obviously fake. As to merging columns... you'd probably want to do that in whatever TableModel you are using in your table... -Nate
|
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.
|
 |
 |
|
|
subject: JTable: How to combine several columns
|
|
|