DefaultTableModel model = new DefaultTableModel();. JTable table = new JTable(model);. // Create some data. model.addColumn("Col1");.
確定! 回上一頁