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 84487 - wizard width on connection page is huge
Summary: wizard width on connection page is huge
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rochelle Raccah
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-08 00:47 UTC by Rochelle Raccah
Modified: 2006-09-11 22:15 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 Rochelle Raccah 2006-09-08 00:47:46 UTC
New dbschema wizard - Database connection page width is really huge and
sometimes even causes the wizard buttons to be offscreen.
Comment 1 Rochelle Raccah 2006-09-08 20:28:12 UTC
The problems are:
- screen is too wide in java/form file
- due to a previous i18n/l10n issue, a resize method was added and forced the
panel to be resized very wide

I've fixed the first in my workspace and am investigating changing/removing the
resize method without impacting the i18n/l10n fix.
Comment 2 Rochelle Raccah 2006-09-11 22:15:38 UTC
Checking in
model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.form;
/cvs/db/model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.form,v
 <--  DBSchemaConnectionPanel.form
new revision: 1.2.58.1; previous revision: 1.2
done
Checking in
model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.java;
/cvs/db/model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaConnectionPanel.java,v
 <--  DBSchemaConnectionPanel.java
new revision: 1.5.2.1.2.3; previous revision: 1.5.2.1.2.2
done
Checking in
model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.form;
/cvs/db/model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.form,v
 <--  DBSchemaTablesPanel.form
new revision: 1.1.42.1.2.1; previous revision: 1.1.42.1
done
Checking in
model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.java;
/cvs/db/model/src/org/netbeans/modules/dbschema/jdbcimpl/wizard/DBSchemaTablesPanel.java,v
 <--  DBSchemaTablesPanel.java
new revision: 1.3.2.2.2.2; previous revision: 1.3.2.2.2.1
done

Note - I also fixed the next page of the wizard.