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 180296 - AWT blocked when adding new component to form
Summary: AWT blocked when adding new component to form
Status: RESOLVED DUPLICATE of bug 169802
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-02-04 14:16 UTC by Exceptions Reporter
Modified: 2010-02-05 03:57 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158140


Attachments
nps snapshot (256.00 KB, application/nps)
2010-02-04 14:16 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-02-04 14:16:28 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux

User Comments:
juhrik: created form in j2se project and then tried to add JButton to it by DnD

GUEST: o sistema tem apresentado lentidao excessiva ao abrir o projeto, e ao inserir novos objetos, como 
"Buttons", "labels" etc.

krezelokdaniel: In designer view i pushed right click, i choosed item "Add from palette -> Java Persistence -> Entity Manager"

ppis: Creating an applet and adding swing components on it.



Maximum slowness yet reported was 23383 ms, average is 12383
Comment 1 Exceptions Reporter 2010-02-04 14:16:36 UTC
Created attachment 93883 [details]
nps snapshot
Comment 2 Tomas Pavek 2010-02-05 02:33:52 UTC
GUI builder needs to determine a free variable name for the new component - may get stuck on that if there is some scanning in progress (java infrastructure taking long to respond).
Comment 3 Jan Stola 2010-02-05 03:57:42 UTC

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