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

Summary: Title bar of customizing a JDBC registered driver dialog needs refinement
Product: db Reporter: gliesian <gliesian>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: normal Keywords: NETFIX, UI
Priority: P4    
Version: 7.0.1   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed patch v1

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