Object[] buttons = {"Ja", "Nein"};String init = "Nein";JOptionPane.showOptionDialog(this, "Soll die Datei gelöschtwerden?\n","Datei löschen",JOptionPane.YES_NO_OPTION,JOptionPane.QUESTION_MESSAGE,null ,buttons,init);