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