717273747576777879
this.configurationArea = new Rectangle(); } private void showWindow(XBayaEngine engine) { if (this.window == null) { this.window = new WSNodeWindow(engine, this.node); } this.window.show(); }