Name: joT67522 Date: 08/29/97
The java.awt.FileDialog java documentation needs to say:
(original)
The File Dialog class displays a file selection dialog. It is a modal dialog and
will block the calling thread when the show
method is called to display it, until the user has chosen a file.
(additional)
getFile() returns null if the cancel button is pressed.
getFile() returns non-null otherwise.
company - Sun Microsystems , email - ###@###.###
======================================================================