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