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