I need to implement a JTable that will have different no of columns for each row.
Is it possible to implement such a Jtable?
Are there any possibilities for the same?
Your help is appreciated.
John McGrath - 21 Jan 2005 18:39 GMT
> I need to implement a JTable that will have different no of columns for
> each row. Is it possible to implement such a Jtable?
You might want to take a look at the "Tame" Swing examples. They are
available on quite a few web sites. Here is one of them:
http://www.physci.org/codes/tame/

Signature
Regards,
John McGrath