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 1350 - Opennig web browser from menu Help doesn`t work
Summary: Opennig web browser from menu Help doesn`t work
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All Other
: P4 normal (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-03-24 19:29 UTC by Milan Kubec
Modified: 2002-07-19 15:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 1999-03-24 19:29:11 UTC
Openning web browser window by some Help items (contents or tutorial)
throws exception and nothing is loaded and the window is very small.
Loading of other pages is OK.
Once opened web browser window is imposible to close.

Exception occurred during event dispatching:
java.lang.NullPointerException
        at com.netbeans.ide.awt.HtmlBrowser$9.run(Compiled Code)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(Compiled Code)
        at javax.swing.SystemEventQueueUtilities.access$0(Compiled Code)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(Compiled Code)
        at java.awt.Component.dispatchEventImpl(Compiled Code)
        at java.awt.Component.dispatchEvent(Compiled Code)
        at java.awt.EventQueue.dispatchEvent(Compiled Code)
        at java.awt.EventDispatchThread.run(Compiled Code)


The exception is OK, but now a new message window is shown:
The URL for specified help can not be found, and no web browser is opened at all.

[IAN] Temporarily removed documentation items
Comment 1 Marek Grummich 2000-07-25 09:37:59 UTC
Priority is changed to P4 (normal).