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 123029 - ClassCastException: javax.swing.plaf.IconUIResource
Summary: ClassCastException: javax.swing.plaf.IconUIResource
Status: RESOLVED DUPLICATE of bug 101318
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 07:40 UTC by zhangrui83
Modified: 2007-11-29 10:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 4077


Attachments
stacktrace (2.03 KB, text/plain)
2007-11-29 07:40 UTC, zhangrui83
Details
stacktrace (2.69 KB, text/plain)
2007-11-29 07:44 UTC, zhangrui83
Details
stacktrace (2.25 KB, text/plain)
2007-11-29 09:22 UTC, sathdr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zhangrui83 2007-11-29 07:40:10 UTC
Build: NetBeans IDE 6.0 RC2 (Build 200711201000)
VM: Java HotSpot(TM) Client VM, 1.5.0_07-b03
OS: Windows XP, 5.1, x86

User Comments:
Comment 1 zhangrui83 2007-11-29 07:40:43 UTC
Created attachment 53647 [details]
stacktrace
Comment 2 zhangrui83 2007-11-29 07:44:19 UTC
Build: NetBeans IDE 6.0 RC2 (Build 200711201000)
VM: Java HotSpot(TM) Client VM, 1.5.0_07-b03
OS: Windows XP, 5.1, x86

User Comments: 
Comment 3 zhangrui83 2007-11-29 07:44:57 UTC
Created attachment 53648 [details]
stacktrace
Comment 4 Jana Maleckova 2007-11-29 08:20:32 UTC
StackTrace:
===========
java.lang.ClassCastException: javax.swing.plaf.IconUIResource
        at org.netbeans.modules.form.editors.IconEditor.getCustomEditor(IconEditor.java:216)
        at org.netbeans.modules.form.ResourceWrapperEditor.createCustomEditorGUI(ResourceWrapperEditor.java:304)
        at org.netbeans.modules.form.ResourceWrapperEditor.getCustomEditor(ResourceWrapperEditor.java:203)
        at org.netbeans.modules.form.FormPropertyEditor.getCustomEditor(FormPropertyEditor.java:301)
        at org.openide.explorer.propertysheet.PropertyDialogManager.<init>(PropertyDialogManager.java:126)
Comment 5 sathdr 2007-11-29 09:22:14 UTC
Build: NetBeans IDE 6.0 RC2 (Build 200711201000)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
try to edit icon of JInternalFrame
Comment 6 sathdr 2007-11-29 09:22:20 UTC
Created attachment 53650 [details]
stacktrace
Comment 7 Jan Stola 2007-11-29 10:44:27 UTC

*** This issue has been marked as a duplicate of 101318 ***