Board index » jbuilder » JTable in IDE
Daniel
![]() JBuilder Developer |
JTable in IDE2003-07-18 09:20:45 AM jbuilder13 I'm new to both Java and JB9 Personal. I want to write a small app that will display data in a fixed tabular form (16 rows by 8 columns). I can not for the life of me figure out how to go about setting up a table in the IDE. I can put a table on the form in the designer, and then link the table to a tablemodel, but what do I then do next to define rows, columns, headers etc? Is all this done in code? I can't find anything in the documentation (except the SDK stuff) and it doesn't appear that JTables are addressed anywhere in any of the tutorials. Any help/guidance appreciated. rabbit |