FileChooser.showSaveDialog has an "Open" button instead of a "Save" button, but text should be configurable anyway.

XMLWordPrintable

    • Type: Bug
    • Resolution: Withdrawn
    • Priority: P4
    • None
    • Affects Version/s: 7u6
    • Component/s: javafx
    • Environment:

      Windows 7 64-bit
      Java 7u6 32-bit

      FileChooser fc = FileChooserBuilder.create().extensionFilters(new FileChooser.ExtensionFilter("My File Type", "myext"))
      .title("Save My File")
      .initialDirectory(initDir)
      .build();
      fc.showSaveDialog(someNode.getScene().getWindow());

      Shows a save dialog with an "Open" button. FileChooserBuilder does not have any method to override the button text (it should).

            Assignee:
            Jonathan Giles
            Reporter:
            Scott Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: