-
Bug
-
Resolution: Fixed
-
P3
-
fx2.1, 7u6
-
JavaFX 2.1 b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8132194 | 7u40 | Dmitry Cherepanov | P3 | Closed | Fixed |
I'm using FileSaveService to write a PNG file to the local filesystem..something like that:
private String[] supportedImageExportExtensions = {"png"};
[...]
//Save the image using the JNLP FileSaveService
fileSaveService.saveFileDialog(null, supportedImageExportExtensions, imageInputStream, "name.png");
When the user clicks the 'Export' button first a Security Warning dialog appears, then a File Chooser Dialog appears. Instead of having the "png" extension in the list of file filters(under the filename), there's a 'jnlp filter' option selected
private String[] supportedImageExportExtensions = {"png"};
[...]
//Save the image using the JNLP FileSaveService
fileSaveService.saveFileDialog(null, supportedImageExportExtensions, imageInputStream, "name.png");
When the user clicks the 'Export' button first a Security Warning dialog appears, then a File Chooser Dialog appears. Instead of having the "png" extension in the list of file filters(under the filename), there's a 'jnlp filter' option selected
- backported by
-
JDK-8132194 Extension/Filetype filter in FileSaveService not working (JavaFX 2.2 b7)
-
- Closed
-