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 170030

Summary: NullPointerException at org.mozilla.browser.MozillaPanel.onSetVisible
Product: obsolete Reporter: williamrouse <williamrouse>
Component: Embedded MozillaAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=155200
Issue Type: DEFECT Exception Reporter: 155200
Attachments: stacktrace

Description williamrouse 2009-08-07 10:12:38 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
williamrouse: On load of application I started to close windows that were opened from last use.



Stacktrace: 
java.lang.NullPointerException
        at org.mozilla.browser.MozillaPanel.onSetVisible(MozillaPanel.java:798)
        at org.mozilla.browser.impl.ChromeAdapter$2.run(ChromeAdapter.java:142)
        at org.mozilla.browser.MozillaExecutor$7.run(MozillaExecutor.java:720)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:117)
Comment 1 williamrouse 2009-08-07 10:12:42 UTC
Created attachment 85952 [details]
stacktrace