}
if(AWPrefs.isAlertFileChangesDetected()) {
XJAlert alert = XJAlert.createInstance();
alert.setDisplayDoNotShowAgainButton(true);
int result = alert.showCustom(getJavaContainer(), "File Changes",
"The file \""+getFileName()+"\" changed on the disk. Do you want to reload it?",
"Cancel", "Reload", 1, 0);
AWPrefs.setAlertFileChangesDetected(!alert.isDoNotShowAgain());
if(result == 0) {
return;