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 268296 - 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-30 19:31 UTC by javatlacati
Modified: 2016-09-30 19:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226525


Attachments
stacktrace (1.62 KB, text/plain)
2016-09-30 19:31 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2016-09-30 19:31:26 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: closed editor tab




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedScene$53(JFXPanel.java:929)
   at javafx.embed.swing.JFXPanel$HostContainer$$Lambda$258/850725933.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-30 19:31:27 UTC
Created attachment 162297 [details]
stacktrace