final ActionListener alEvaluate = new ActionListener() {
@Override
public void actionPerformed(final ActionEvent ae) {
DocumentEditorPane.this.bottomPane.setSelectedIndex(2);
try {
ResultPanelHelper.appyRIFRules(DocumentEditorPane.this.rifCodeEditor.getTp_rifInput().getText(), DocumentEditorPane.this.rifEvaluator, new BooleanReference(false), new ViewerPrefix(false));
} catch (final Exception e) {
DocumentEditorPane.this.console.getTextArea().setText(e.getMessage());
DocumentEditorPane.this.bottomPane.setSelectedIndex(1);
}