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

Summary: Dialog template for Module Development
Product: apisupport Reporter: Petr Chytil <pchytil>
Component: TemplatesAssignee: Martin Kozeny <mkozeny>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.