Auf Thema antworten

Das ist doch genau das was ich jetzt gemacht habe!


[code=Java]

int response;


                    response = JOptionPane.showConfirmDialog(null, u + " herunterladen?");

                    System.out.println(response);

                    //String gatedog = bsc.nextLine();

                    if(response == 0){

                        retVal.add(u);

                        System.out.println("Done!");

                    }

[/code]



Oben