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 32579

Summary: get exception when try to "Customize Layout" in form editor
Product: guibuilder Reporter: eakle <eakle>
Component: CodeAssignee: issues@guibuilder <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: -S1S-   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: exception stack trace

Description eakle 2003-04-02 20:08:35 UTC
(I see this problem in the S1S trunk codeline) I check out 
the form class, select a JPanel in the treeview panel of 
the form editor, and then run "Customize Layout" on that 
JPanel.  It causes the attached exception.
Note: this form has never before been edited by the form 
editor in this codeline.
The class is: 
com.sun.forte4j.webdesigner.client.wizard.fromUDDI.CreateWS
ClientUDDISelectTModelPanel
Comment 1 eakle 2003-04-02 20:10:23 UTC
Created attachment 9670 [details]
exception stack trace
Comment 2 eakle 2003-04-02 20:13:20 UTC
if I subsequently try the same operation on this same 
form, then the layout editor comes up without an exception 
being thrown.
Comment 3 Tomas Pavek 2003-04-04 15:53:21 UTC
Problem with TableModel deserialization. See issue 21115 for a
workaround. If the table was just empty (most probably - look at
original generated code), just ignore the error (you don't lose
anything); or re-add the table.

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