web browsers: editable command fields

This commit is contained in:
nik
2009-11-23 10:57:06 +03:00
parent 10bc56e161
commit fa9b6e5294
@@ -65,8 +65,6 @@ public class WebBrowsersPanel extends JPanel {
result.setLayout(new BoxLayout(result, BoxLayout.Y_AXIS));
final TextFieldWithBrowseButton field = new TextFieldWithBrowseButton();
field.setEditable(false);
FileChooserDescriptor descriptor = SystemInfo.isMac
? FileChooserDescriptorFactory.createSingleFolderDescriptor()
: FileChooserDescriptorFactory.createSingleFileNoJarsDescriptor();