-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: fx2.1
-
Component/s: javafx
-
Environment:
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
-