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 62764 - dbschema should not create JFrame-s
Summary: dbschema should not create JFrame-s
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-22 12:22 UTC by Andrei Badea
Modified: 2013-08-01 12:53 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 Andrei Badea 2005-08-22 12:22:53 UTC
dbschema displays progress in a JFrame instead of a dialog. Creating top-level
windows is invalid, as mentioned in

http://www.netbeans.org/download/dev/javadoc/org-openide-windows/org/openide/windows/doc-files/api.html
this

Moreover, the progress dialog should be modal, which JFrame is not.
Comment 1 Petr Blaha 2006-03-13 13:32:18 UTC
TM 5.0 -> TBD
Comment 2 Andrei Badea 2007-02-15 17:27:28 UTC
Low user impact, downgrading to P4.
Comment 3 Jiri Rechtacek 2009-07-01 07:57:45 UTC
Reassigned to new owner.