565758596061626364
* @param engine */ @Override protected void showConfigurationDialog(XBayaGUI xbayaGUI) { if (this.configurationDialog == null) { this.configurationDialog = new ReceiveConfigurationDialog(this.node, xbayaGUI); } this.configurationDialog.show(); }
626364656667686970