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 65035

Summary: I18N - resize issue in create table dialog
Product: db Reporter: Ken Frank <kfrank>
Component: CodeAssignee: Andrei Badea <abadea>
Status: VERIFIED FIXED    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: create table

Description Ken Frank 2005-09-23 19:33:34 UTC
bring up create table dialog when running at --fontsize 18 (I am also
using pseudo localized msgs)

as seen in attachment, not all of the label on 2 right side buttons shows -
the left side has the horiz sbar, so there is no issue there.
Comment 1 Ken Frank 2005-09-23 19:35:41 UTC
Created attachment 25123 [details]
create table
Comment 2 Andrei Badea 2005-09-26 12:09:11 UTC
Fixed.

Checking in CreateTableDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/CreateTableDialog.java,v  <-- 
CreateTableDialog.java
new revision: 1.35; previous revision: 1.34
done
Comment 3 Martin Schovanek 2005-11-18 19:55:41 UTC
VERIFIED