FileDialog.getTitle

Overview | Methods | This Package | All Packages

FileDialog.getTitle

Retrieves the text that appears in the title bar of the dialog box.

Syntax

public final String getTitle()

Return Value

Returns the text that appears in the title bar of the dialog box. If the title has not been explicitly set using the setTitle property, the title bar contains the default text (either "Open" or "Save As"), and this property returns an empty string.

See Also   setTitle