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

Win: FileChooser can't use in applet's fullscreen mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • 7u9
    • javafx
    • win7 x86. JDK7_09

        When I use the FileChooser to open a file in applet's fullscreen mode, the applet become no response.

        FileChooserBuilder builder = FileChooserBuilder.create();
        builder.extensionFilters(new ExtensionFilter("Image Files","*.JPG","*.JPEG","*.GIF","*.PNG","*.BMP"));
        FileChooser fileChooser =builder.build();
        fileChooser.setTitle("Please select an image file");
                
        File file = fileChooser.showOpenDialog(stage);

              anthony Anthony Petrov (Inactive)
              cbojfx Chengwen Bo (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported: