JTable table = new JTable(data, columnNames);. 有兩個接收資料的JTable 構造器: JTable(Object[][] rowData, Object[] columnNames); JTable( ...
確定! 回上一頁