final JPanel panel = this.recursiveOperatorGraph.createGraph(
gw.getContainerElements(),
Arrange.values()[0]);
this.panel = new ContainerPanel(this, gw, panel, this.recursiveOperatorGraph, parent, this.visualRifEditor);
// Border
final LineBorder lineBorder = new LineBorder(bgColor,5);
TitledBorder titled;
final Font font = new Font(Font.SANS_SERIF, Font.BOLD, 20);