858687888990919293
/** * @see edu.indiana.extreme.xbaya.graph.Port#getGUI() */ public PortGUI getGUI() { if (this.gui == null) { this.gui = new PortGUI(this); } return this.gui; }