"Do you want to configure the destination now?",
"Configure Destination", JOptionPane.YES_NO_OPTION,
JOptionPane.QUESTION_MESSAGE);
if (result == JOptionPane.YES_OPTION) {
PreferencesDialog dlg = new PreferencesDialog(activeListFrame);
dlg.show();
return !dlg.isCancelled();
} else {
return false;
}
} else {