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 35082

Summary: Number of Exceptions after adding ScollPane
Product: guibuilder Reporter: Milan Kubec <mkubec>
Component: CodeAssignee: issues@guibuilder <issues>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: mmirilovic, tboudreau
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: esc stack trace

Description Milan Kubec 2003-07-23 10:47:59 UTC
[dev-200307230100, JDK 1.4.2] 

I created AWT Frame and added couple of AWT
components to it. Then I deleted all of them and
was adding another components. After I added
ScrollPane I got number of IllegalStateExceptions.
After that IDE had problems with redrawing, only
used parts of IDE were properly redrawn, or parts
covered by other windows.
Comment 1 Milan Kubec 2003-07-23 10:48:27 UTC
Created attachment 11077 [details]
esc stack trace
Comment 2 Milan Kubec 2003-07-23 10:49:24 UTC
I forgot to mention that the set of exceptions was thrown with each
touch of the ScrollPane.
Comment 3 Marian Mirilovic 2003-07-23 11:35:11 UTC
Hmm, I cannot reproduce.

Milan , is it 100 reproducible ? 

By the way, form should be interested :)
Comment 4 Tomas Pavek 2003-07-23 12:57:53 UTC

*** This issue has been marked as a duplicate of 33258 ***
Comment 5 Milan Kubec 2003-07-23 13:02:25 UTC
Verified.