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