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