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 245422

Summary: javax.imageio.IIOException: Unsupported Image Type
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: arthurbuliva, thilina01
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 146054
Attachments: stacktrace

Description Exceptions Reporter 2014-07-05 09:01:31 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
arthurbuliva: Cannot select background image for a JLabel for either jpg or png

GUEST: Image not appearing




Stacktrace: 
javax.imageio.IIOException: Unsupported Image Type
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:1063)
   at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(JPEGImageReader.java:1034)
   at javax.imageio.ImageIO.read(ImageIO.java:1448)
   at javax.imageio.ImageIO.read(ImageIO.java:1400)
   at org.netbeans.modules.form.editors.CustomIconEditor.updateValue(CustomIconEditor.java:385)
   at org.netbeans.modules.form.editors.CustomIconEditor.fileComboActionPerformed(CustomIconEditor.java:996)
Comment 1 Exceptions Reporter 2014-07-05 09:01:33 UTC
Created attachment 147898 [details]
stacktrace