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