getInt("id")); ComboBoxModel idComboBoxModel = new DefaultComboBoxModel( new Integer[] {rs.getInt("id")}); idComboBox = new JComboBox(); ...
確定! 回上一頁