Hi
i am new bie to swings.
if i have a JTable. And i want to add number of rows with different number of columns like
Employee1, Software Developer, swings
Employee2, software developer
What is the way of adding rows having different number of columns to a JTable
Thanks.