public void actionPerformed(ActionEvent event) {
new Thread() {
@Override
public void run() {
try {
ComponentMenu.this.engine.getGUI().addStreamSources(new StreamTableModel(ComponentMenu.this.engine));
ComponentMenu.this.streamSourceItem.setEnabled(false);
} catch (MalformedURLException e) {
ComponentMenu.this.engine.getErrorWindow().error(e);
} catch (XRegistryClientException e) {
ComponentMenu.this.engine.getErrorWindow().error(e);