This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268239 - NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedScene$53
Summary: NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setE...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-28 01:58 UTC by javatlacati
Modified: 2016-09-30 19:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226462


Attachments
stacktrace (1.63 KB, text/plain)
2016-09-28 01:58 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-09-28 01:58:25 UTC
Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
javatlacati: webkit browser hidden by another another tab and then closed the tab and rerendering seems to lanch the exception




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedScene$53(JFXPanel.java:929)
   at javafx.embed.swing.JFXPanel$HostContainer$$Lambda$263/1117445124.run(JFXPanel.java:0)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
Comment 1 javatlacati 2016-09-28 01:58:27 UTC
Created attachment 162250 [details]
stacktrace