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 191121 - Netbeans hangs while loading Palette with custom Swing icons
Summary: Netbeans hangs while loading Palette with custom Swing icons
Status: RESOLVED DUPLICATE of bug 187697
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-10-19 08:06 UTC by rcasha
Modified: 2010-10-27 05:57 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 rcasha 2010-10-19 08:06:51 UTC
I have created a number of custom Swing components, which I added via Netbeans' Palette manager (NB 6.9.1 and 7.0m2). Although they appear correctly and I can add them to forms etc., when I shut down Netbeans and then start it up again, the designer will no longer load. NB hangs (becomes unresponsive) while opening the designer, even on a newly created form with no components on it. I can restore functionality by deleting that Palette category, loading the form, then re-adding all components again via Palette manager.

The unresponsiveness happens while NB displays "Loading form" in the status bar. The IDE log does not contain anything to indicate what's going on. The IDE never recovers from this state.
Comment 1 rcasha 2010-10-19 08:19:28 UTC
This does not occur with NB 6.8 (same JAR file, same sequence of events)
Comment 2 Jan Stola 2010-10-26 14:07:39 UTC
What JDK do you use? If it is JDK 6 update 21 or update 22 then this issue is a duplicate of issue 187697. If you use a different JDK then, please, attach thread dump.
Comment 3 rcasha 2010-10-27 05:41:56 UTC
Yes, it's 1.6.0_21-b06

I will test it with update 23 early access to verify.
Comment 4 rcasha 2010-10-27 05:57:27 UTC
Confirmed - it works with jdk6u23

*** This bug has been marked as a duplicate of bug 187697 ***