I have an application in which
user creates some screens. (the out is not HTML but some xml) I am using various
Swing components to allow user to drag-drop and create the
screen.
There might be a situation when
user would like to make a table inside a table (which is a normal practise in
aligning html components)
how can i put a JTable inside a
JTable?
Thanks in
Advance.
Regards,
Amit Rana.
