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 - get exception when try to "Customize Layout" in form editor
Summary: get exception when try to "Customize Layout" in form editor
Status: RESOLVED DUPLICATE of bug 21115
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-02 20:08 UTC by eakle
Modified: 2003-04-04 15:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (2.90 KB, text/plain)
2003-04-02 20:10 UTC, eakle
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***