To create a table: JTable table = new JTable(new DefaultTableModel(new Object[]{"Col1", "Col2"})); To add a row:
確定! 回上一頁