-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 7u6
-
Component/s: javafx
-
Environment:
Mac OS X 10.7.4
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8129982 | 7u40 | Unassigned | P3 | Closed | Fixed |
Hi All,
I am using JavaFx 2.2 beta with jdk1.7.0_06.
The code which I am using is as fallows:
FileChooser fileChooser = new FileChooser();
fileChooser.setInitialDirectory(new File("FILE_PATH"));
This perticular code is working on Windows but not working on Mac OS X 10.7.4
Thanks,
I am using JavaFx 2.2 beta with jdk1.7.0_06.
The code which I am using is as fallows:
FileChooser fileChooser = new FileChooser();
fileChooser.setInitialDirectory(new File("FILE_PATH"));
This perticular code is working on Windows but not working on Mac OS X 10.7.4
Thanks,
- backported by
-
JDK-8129982 Mac: javafx.stage.FileChooser().setInitialDirectory(file) not working
-
- Closed
-
- duplicates
-
JDK-8125650 Mac: VM Crash on Open of File Chooser
-
- Closed
-
-
JDK-8127676 Mac: FileChooser doesn't take into account the InitialDirectory
-
- Closed
-