175176177178179180181182183184185
String label = txtLabel.getText(); String path = txtDirectory.getText(); admin.browser.addFileSystem(path, label); admin.addFileSystem(path, label); hide(); } catch ( Exception ex ) { Admin.getInstance().addMessage(ex.getMessage());