ArrayList KandidatenListe=new ArrayList(); ArrayList ResultatenListe= new ArrayList(); int c=0; int size=0; c = Integer.parseInt(JOptionPane.showInputDialog(null, "Bitte Kapazität eingeben:","10")); size = Integer.parseInt(JOptionPane.showInputDialog(null, "Bitte Größe der Kandidatenliste eingeben:","10")); for(int i=0;i
ausführen