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

Summary: dbschema should not create JFrame-s
Product: db Reporter: Andrei Badea <abadea>
Component: DB schemaAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.