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 52217 - 'Run Internally' in the IDE doesn't run anything
Summary: 'Run Internally' in the IDE doesn't run anything
Status: CLOSED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 16:38 UTC by herkules
Modified: 2011-02-17 09:31 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 herkules 2004-12-08 16:38:07 UTC
When invoking 'Run Internally' (e.g. to use the
Jemmy Component Generator), the corresponding form
is compiled but does not start.
Comment 1 Jiri Skrivanek 2004-12-09 14:11:56 UTC
NetBeans security manager doesn't allow start the form if default
close operation is exit. Please, change it to e.g. DISPOSE_ON_CLOSE:

setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
Comment 2 Jiri Skrivanek 2004-12-09 14:12:50 UTC
Resolving as 'wontfix'.