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

Summary: AWT blocked when adding new component to form
Product: guibuilder Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: juhrik, krezelokdaniel, ppis
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 158140
Attachments: nps snapshot

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 ***