JTable T_table = new javax.swing.JTable(); T_table.setModel(DTM); String s[]={"名稱","數量","總價錢"}; DTM.setColumnIdentifiers(s);
確定! 回上一頁