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 4309 - opening an image file throws exception
Summary: opening an image file throws exception
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-07 18:30 UTC by pknakal
Modified: 2008-12-23 10: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 pknakal 1999-10-07 18:30:19 UTC
mount file system with pictures and try to open an image
Opening on workspace: null

Exception occurred in request processor:
java.lang.NullPointerException
        at com.netbeans.developer.modules.loaders.image.ImageViewer.open(ImageViewer.java:50)
        at org.openide.windows.TopComponent.open(TopComponent.java:175)
        at org.openide.loaders.OpenSupport.openCloneableTopComponent(OpenSupport.java:160)
        at org.openide.loaders.OpenSupport.open(OpenSupport.java:73)
        at org.openide.actions.OpenAction$1.run(OpenAction.java:83)
        at org.openide.util.Task.run(Task.java:127)
        at org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:519)