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 48952 - I18N - welcome screen buttons not show all text
Summary: I18N - welcome screen buttons not show all text
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Welcome (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Ondrej Rypacek
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-09-13 18:48 UTC by Ken Frank
Modified: 2006-01-04 15:48 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image of welcome (68.38 KB, image/jpeg)
2004-09-13 18:49 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2004-09-13 18:48:34 UTC
on nb4 welcome screen, using pseudo localized
labels, some buttons labels dont show all the 
text - this varies as to platform, user chosen
font size and/or length of strings - but for the
case for localized bits - translated strings can
be longer than in english

so if a bit more room could be for the buttons
width, that could help

from what I've been told, best solution is to use
layout mgrs to dynamically resize areas as to
string length

solution that is not preferred is to ask
l10n to specify some length or width values

see attachment
Comment 1 Ken Frank 2004-09-13 18:49:53 UTC
Created attachment 17590 [details]
image of welcome
Comment 2 Ondrej Rypacek 2004-10-06 09:40:56 UTC
Leos, do you think, from the graphical point of view, that the buttons
could be longer?  I can make them expandable, so that they are longer
just when needed and there's no ugly extra free space in the english
version. 

Comment 3 leostronicek 2004-10-18 15:14:13 UTC
The buttons was originally designed to be expandable just because of localization. All of 
them have to have same size and have to be cantered as they are now.
Comment 4 Ondrej Rypacek 2004-10-20 15:15:13 UTC
Fixed : the buttons are at least as big as before and possibly bigger
if necessary.

checked in: src/org/netbeans/modules/welcome/ui/...
TitlePanel.form , v 1.9
TitlePanel.java , v 1.17
OvalButton.java , v 1.5
Comment 5 Marian Mirilovic 2005-07-19 16:25:48 UTC
verified/closed