Right now, I am trying to create a table with custom code for my Java application (Swing GUI). I create the table with this code:
DefaultTableModel tm = new DefaultTableModel(9,5);
I got 5 columns with 9 rows for the table: I just want to rename/change the header text for the columns, because right now they have name like A,B,C,D and so on!