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

Summary: opening an image file throws exception
Product: platform Reporter: pknakal <pknakal>
Component: -- Other --Assignee: pknakal <pknakal>
Status: CLOSED FIXED    
Severity: major    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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)