}
Opener opener = openersConfig.getOpener(name);
int selectedItem = resultTable.getSelectionIndex();
if (selectedItem < 0) {
throw new UserErrorException("commands.noSelection");
}
try {
statusBar.setStatusText(Labels.getLabel("state.opening") + name);
openerLauncher.launch(opener, selectedItem);