Retrieves the text that appears in the title bar of the dialog box.
public final String getTitle()
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