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 147337 - Dialog template for Module Development
Summary: Dialog template for Module Development
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-16 07:59 UTC by Petr Chytil
Modified: 2013-02-14 13:18 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 Petr Chytil 2008-09-16 07:59:47 UTC
It would be nice to have template for empty dialog window integrated to window system.
The template could contain just empty JPanel with correct constructor and something like show() method, which should
create correct DialogDescriptor and call DialogDisplayer to create the new dialog. Or something like that.