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

Mac: FileChooser using any of the show... functions does not show the title of the dialog.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 8u20
    • javafx
    • Mac OS X 10.9.5
      java version "1.8.0_20"

      The following code results in a FileChooser that does not have it's title bar showing. The same code on Windows 8 has the title bar showing.

      public void start(Stage stage) {
          FileChooser fileChooser = new FileChooser()
          fileChooser.setTitle("Select file")
          fileChooser.showSaveDialog(stage)
      }

      All three show methods do not show the title bar.

      It works fine on Windows 8, java version "1.8.0_20".

            jgiles Jonathan Giles
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: