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

Summary: NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedStage$52
Product: platform Reporter: clogs
Component: Embedded BrowserAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: vriha
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219393
Attachments: stacktrace

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.