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 253420 - NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedScene$53
Summary: NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setE...
Status: RESOLVED DUPLICATE of bug 252783
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-11 14:44 UTC by ivanqueiroz
Modified: 2015-09-14 11:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218474


Attachments
stacktrace (1.63 KB, text/plain)
2015-07-11 14:44 UTC, ivanqueiroz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ivanqueiroz 2015-07-11 14:44:34 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
ivanqueiroz: open netbeans




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedScene$53(JFXPanel.java:929)
   at javafx.embed.swing.JFXPanel$HostContainer$$Lambda$190/1706545258.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 ivanqueiroz 2015-07-11 14:44:36 UTC
Created attachment 154572 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2015-09-14 11:22:55 UTC

*** This bug has been marked as a duplicate of bug 252783 ***