How would you go about creating a java swing table, which automatically creates a new column whenever a column item is added ?
For example, adding "Id", would intially add a Id column table. adding "title" would add "title" column table.
any examples or library that can handle this already ? Also, how would you also display an image inside the table ?