if (fileURL != null) {
editorPane.setPage(fileURL);
Document doc = editorPane.getDocument();
doc.putProperty(Document.StreamDescriptionProperty, null);
} else {
throw new RobotDriverException("Couldn't find file: " + fileURL);
}
} catch (Exception e) {
// If a problem occur here it is a big problem
// Display an Error dialog and End On ERROR
UnHandledErrorDialog errdialog = new UnHandledErrorDialog(parentRobotDriver, "Robot Driver ERROR",