6061626364656667686970
} } private void showWindow(XBayaEngine engine) { if (this.window == null) { this.window = new DynamicNodeWindow(engine, this.node); } try { this.window.show(); } catch (Throwable e) { engine.getGUI().getErrorWindow().error(e);