626364656667686970
* @param engine */ @Override protected void showConfigurationDialog(XBayaGUI xbayaGUI) { if (this.configurationWindow == null) { this.configurationWindow = new IfConfigurationDialog(this.node, xbayaGUI); } this.configurationWindow.show(); }
686970717273747576