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 85010 - Incorrect code in the JDialog template
Summary: Incorrect code in the JDialog template
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-15 15:58 UTC by Petr Jiricka
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2006-09-15 15:58:33 UTC
1. Create a new Java project
2. Create a new JDialog
3. Run this file (Shift+F6), the new JDialog application will appear
4. Close the window

=> The Ant script that started the application is still running and hanging in
the run-single target. I would expect that the application (and the Ant script)
should finish gracefully.
Comment 1 Jan Stola 2006-10-16 16:31:48 UTC
Fixed.

Modified files:

/form/src/org/netbeans/modules/form/resources/templates/AWTForms/Dialog_java
new revision: 1.7; previous revision: 1.6
/form/src/org/netbeans/modules/form/resources/templates/SwingForms/JDialog_java
new revision: 1.10; previous revision: 1.9
/form/src/org/netbeans/modules/form/resources/templates/Dialogs/OkCancelDialog_j
ava
new revision: 1.10; previous revision: 1.9