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