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