Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8125710

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Withdrawn
    • Icon: P4 P4
    • None
    • 7u6
    • javafx
    • 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).

            jgiles Jonathan Giles
            swpalmer Scott Palmer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: