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 180696 - Title bar of customizing a JDBC registered driver dialog needs refinement
Summary: Title bar of customizing a JDBC registered driver dialog needs refinement
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: PC Windows Vista
: P4 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: NETFIX, UI
Depends on:
Blocks:
 
Reported: 2010-02-14 08:17 UTC by gliesian
Modified: 2011-12-01 12:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch v1 (1.96 KB, patch)
2011-11-27 14:45 UTC, matthias42
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-02-14 08:17:22 UTC
When customizing a registered driver, the same dialog is used as when initially registering the driver.

This is fine, however the title bar should read "Customize JDBC Driver" and not "New JDBC Driver".
Comment 1 matthias42 2011-11-27 14:45:36 UTC
Created attachment 113551 [details]
proposed patch v1

Checks whether a driver node was supplied - if this is the case the title is set to "Customize ...". If it is null it is set to "New ...".
Comment 2 Jiri Rechtacek 2011-11-30 11:16:12 UTC
core-main/rev/93e347a12719
Comment 3 Jiri Rechtacek 2011-11-30 11:16:59 UTC
Thanks for your patch, applied in ore-main/rev/93e347a12719
Comment 4 Quality Engineering 2011-12-01 12:09:31 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/93e347a12719
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #180696: Title bar of customizing a JDBC registered driver dialog needs refinement