This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 48016 - [40cat] Partial path entry when choosing a file
Summary: [40cat] Partial path entry when choosing a file
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: jrojcek
URL:
Keywords: A11Y, UI
Depends on:
Blocks:
 
Reported: 2004-08-26 17:45 UTC by hopeless
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description hopeless 2004-08-26 17:45:45 UTC
[ JDK VERSION : J2SE 1.4.2_04 ]

This might be a general JDK issue, I can't remember.

I have got very used to partially typing in the path  rather than clicking around the file open dialog to get me there.  For example, if I go to the project properties and add a new jar under 'compiling' sources, I'd like to type 'c:\dev\sim\lib\' <return> and have the dialog jump to that directory.  Then I can look at the files that are present and either type or click to select the desired one.  It's far less tedious than navigating to My Computer, C:, dev, sim, lib, etc and means I do not have to take my hands off the keyboard.

Currently NB4 just adds c:\dev\sim\lib to the list of source directories which is rather annoying (I do this at least once before remember the 'right' way to do it).  Perhaps pressing <return> once should take you to the directory as typed in, and the second <return> chooses that directory.   

Currently it is impossible to quickly navigate this dialog with just the keyboard :-(
Comment 1 Jiri Rechtacek 2004-09-05 10:52:57 UTC
Jano, please consider. There is a different processing "Add new
project ..." chooser and "Add JAR/Folder ..." chooser. First one allow
partial path entry, second one doesn't. Could be changed to same
processing? If is planned to done in 4.0?
Comment 2 Jesse Glick 2004-09-28 17:31:41 UTC
Sorry, just a basic problem with selecting directories in JFileChooser
that we can't really work around (AFAIK). Affects various L&F variants
to different extents.
Comment 3 Quality Engineering 2007-09-20 12:10:23 UTC
Reorganization of java component