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 - javax.imageio.IIOException: Unsupported Image Type
Summary: javax.imageio.IIOException: Unsupported Image Type
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-05 09:01 UTC by Exceptions Reporter
Modified: 2014-07-05 09:01 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146054


Attachments
stacktrace (6.46 KB, text/plain)
2014-07-05 09:01 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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