Toolkit.createFileDialog

Toolkit.createFileDialog

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract FileDialogPeer createFileDialog( FileDialog target )
Parameters
target
the file dialog to be implemented.
Returns
this toolkit's implementation of FileDialog.
Description
Creates this toolkit's implementation of FileDialog using the specified peer interface.

See Also
FileDialog, FileDialogPeer