-
Bug
-
Resolution: Fixed
-
P3
-
fx2.1
-
Windows
The corresponding TODO can be found in glass-mat-lib-windows\src\CommonDialogs.cpp:
...
if (IS_WINVISTA) {
// TODO: handle owner, folder, title
return COMFolderChooser_Show();
} else {
...
...
if (IS_WINVISTA) {
// TODO: handle owner, folder, title
return COMFolderChooser_Show();
} else {
...
- blocks
-
JDK-8101526 FileChooser does not allow choosing directories
- Closed
- duplicates
-
JDK-8119006 DirectoryChooser does not open with passed initial directory and title
- Closed