JDK-8136898 : [TOYS] HelloDialogs throws NPE for ExceptionDialog, showLinearWizard, and showBranchingWizard
Type:Bug
Component:javafx
Sub-Component:controls
Affected Version:8u51
Priority:P4
Status:Resolved
Resolution:Fixed
OS:windows_7
CPU:x86_64
Submitted:2015-09-22
Updated:2015-11-17
Resolved:2015-11-17
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Exception for ExceptionDialog, showLinearWizard and showBranchingWizard, while running Sanity testing on build number 1140, (call stack attached).
Tested on Windows x64 Build.
Initial webrev: http://cr.openjdk.java.net/~ekleyman/JDK-8136898/
Thanks Vadim, I'll verify it's working correctly!
16-11-2015
I guess rather than importing HelloAccordion it's better to just use the getClass() method.
Like getClass().getResource()...
15-11-2015
This bug is "In Progress" status now, so re-targeting back to Fix Version 9.
If you are not working on this bug fix anymore, please update the bug from "In Progress" to just "Open"
13-11-2015
CommandLinksDialog and FontSelectorDialog NPE while doing sanity on build 1202 .
05-10-2015
One additional thing to note is that this sample dips into private API to locate resources, which will not work with Jigsaw.