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 254659 - NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedStage$52
Summary: NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setE...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-24 14:20 UTC by clogs
Modified: 2015-08-25 11:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219393


Attachments
stacktrace (1.62 KB, text/plain)
2015-08-24 14:20 UTC, clogs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description clogs 2015-08-24 14:20:47 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
clogs: I double clicked the internal browser tab to enlarge the browser screen which was running a very simple Angular application.




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedStage$52(JFXPanel.java:915)
   at javafx.embed.swing.JFXPanel$HostContainer$$Lambda$143/283806224.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 clogs 2015-08-24 14:20:49 UTC
Created attachment 155584 [details]
stacktrace
Comment 2 clogs 2015-08-24 14:24:14 UTC
OS is not correct. This is on Windows 10 Pro
Comment 3 Jiri Kovalsky 2015-08-25 11:05:05 UTC
Reassigning for further evaluation.