Regarding Swings with Table in Stand alone Application
hi all
my senario is i have all objects.now i want to present each object individually that contains properties.
now i want the following situation. plz can any body do favour to me
create a table tag in swing
while(some iteration)
{
create a table row in swing
create a table column in swing
present object data(to control)
close table column
close table row
}
close table
Thanks in advance

