666768697071727374
/** * @see edu.indiana.extreme.xbaya.graph.Node#getGUI() */ public NodeGUI getGUI() { if (this.gui == null) { this.gui = new StreamSourceNodeGUI(this); } return this.gui; }