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 - Extract panel
Summary: Extract panel
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 2 votes (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 13:46 UTC by Tim Lebedkov
Modified: 2008-04-30 13:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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