Name: nkR10003 Date: 06/07/2001
JavaDoc comments specify returned value for "protected File getDirectory()"
method in class BasicFileChooserUI incorrectly. JavaDoc says:
"...
Returns:
true iff a directory is currently selected.",
but the returned value should be a File object. It looks like a cut and paste error
from method "boolean isDirectorySelected()"
Please, specify the correct behavior.
======================================================================