tr("Cancel and return to the previous dialog"),
tr("Ignore this hint and upload anyway")});
dlg.setIcon(JOptionPane.WARNING_MESSAGE);
dlg.toggleEnable(togglePref);
dlg.setCancelButton(1, 2);
return dlg.showDialog().getValue() != 3;
}
protected void warnIllegalChunkSize() {
HelpAwareOptionPane.showOptionDialog(
UploadDialog.this,