Wish FileChooser - ShowOpen - InitialFileName

LucaMs

Expert
Licensed User
Longtime User
FileChooser - ShowOpen. InitialFileName should be set in the input box.

Senza nome.png
 

stevel05

Expert
Licensed User
Longtime User
From Javafx doc FileChooser:

  • setInitialFileName​

    public final void setInitialFileName(String value)
    Sets the value of the property initialFileName.
    Property description:The initial file name for the displayed dialog.
    This property is used mostly in the displayed file save dialogs as the initial file name for the file being saved. If set for a file open dialog it will have any impact on the displayed dialog only if the corresponding platform provides support for such property in its file open dialogs.
    Since:JavaFX 2.2.40

It appears that this is a platform level issue.
 
Top