-
Bug
-
Resolution: Fixed
-
P4
-
None
-
fx1.0
-
Windows Vista Business
On Windows Vista, using a JFileChooser based on a Windows native look and feel, ie. UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()) will
cause subsequent "non-response" crash in Java. Tested with jdk1.5_10 and jdk1.6_11.
...
JFhileChooser choose = new JFileChooser();
// display chooser
File f = ...<<selected file from chooser>>
Media m = new Media(f.toURI());
No heap dump is produced. Note the above code will work with Ocean look and feel. Issue is not present on OSX.
cause subsequent "non-response" crash in Java. Tested with jdk1.5_10 and jdk1.6_11.
...
JFhileChooser choose = new JFileChooser();
// display chooser
File f = ...<<selected file from chooser>>
Media m = new Media(f.toURI());
No heap dump is produced. Note the above code will work with Ocean look and feel. Issue is not present on OSX.