@Override
public void showConfigurationDialog(XBayaGUI xbayaGUI) {
if (testAndSetConfigDisplay()) {
if (this.inputNode.isConnected()) {
if (this.configurationWindow == null) {
this.configurationWindow = new DifferedInputConfigurationDialog(
this.inputNode, xbayaGUI);
}
this.configurationWindow.show();
} else {