this.rifCodeEditor = new RifCodeEditor();
this.console = new Console();
// from VisualEditor<Operator>
this.statusBar = statusBar;
this.groupGraph = new GroupGraph(this);
this.visualGraphs.add(this.groupGraph);
LANGUAGE.SEMANTIC_WEB.setStyles();
this.visualGraphs.get(0).addComponentListener(new ComponentAdapter(){
@Override