final ViewerPrefix prefix, final String title,
final boolean standAlone, final boolean fromJar) {
super();
this.startGWs = new LinkedList<GraphWrapper>();
this.startGWs.add(new GraphWrapperBasicOperator(debugContainerList.get(debugContainerList.size() - 1).getRoot()));
this.operatorGraph = new OperatorGraphWithPrefix(prefix); // initiate OperatorGraph class
this.constructFrame(title, standAlone, fromJar);
final JPanel topToolBar = this.createTopToolBar(standAlone, fromJar);