gme.getuser is a hashset that contains all users, how do i return this in the jtable?Code:TableModel jTable1Model = new DefaultTableModel(new String[][] { { "Speler", "Won/lost" , "Amount", "Game" } }, new String[] { "Column 1", "Column 2", "Column 3", "Column 4" }); jTable1 = new JTable(); jTable1(gme.getUsers());


Reply With Quote


Bookmarks