i am writing a program that requires the data be outputted in a table style

so i thought to use the JTable. Ive searched up the web for examples, but all i could find is one that requires you to create a class and then call that class to make the table.

i dont want that, i just want to create a table simply, which i can load in a 2 Dimensional array. eg 3 columns, and lots of rows.

anyone?