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 81472

Summary: Extract panel
Product: guibuilder Reporter: Tim Lebedkov <lebedkov>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tim Lebedkov 2006-07-31 13:46:14 UTC
Please make it possible to extract (save in a separate .form/.java file)
a panel

Thank You
Comment 1 kate 2008-04-29 14:35:36 UTC
Generating java+form files with JPanel derived class is possible (if you meant that).
Comment 2 jproto 2008-04-30 13:31:50 UTC
I don’t think it is the real question.
I think that when you create a complex JPanel in a single class with matisse, composed of a lot of others JPanel, you
can want to create a new class with a specific JPanel which is a part of the complex one.