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 136847 - I18N - New EJB module with existing sources dialog does not resize to show all of its text
Summary: I18N - New EJB module with existing sources dialog does not resize to show al...
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-06-09 17:34 UTC by kaa
Modified: 2008-06-17 16:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (108.63 KB, image/jpeg)
2008-06-09 17:35 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2008-06-09 17:34:07 UTC
trunk build 0608
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
System: Windows XP version 5.1 running on x86; MS932; ja_JP
I'm running in the Japan locale, using a pseudo localized Netbeans using font size 16. 

Steps:
Open wizard for EJB module with existing sources.
The wizard does not resize to show all of its text 

Assumption is that user does not need to manually resize most windows or dialogs to see all of the UI objects and
information in them. I'm running in pseudo localized locale in which each message/label is sometimes longer than in
English. To account for that in some locales, translations from English (and some other euro languages) could be shown
with longer strings.

Also I'm running at font size 16, which is viewed as a valid font size that might be used. Resizing issues are not just
related to i18n; they might show to user in English locale if they run at larger font size.

Often, these issues happen because the length of some label or message or size of entire window is hardcoded vs using
layout managers or other techniques or api to have the windows or the objects in them, dynamically resize.
Comment 1 kaa 2008-06-09 17:35:09 UTC
Created attachment 62576 [details]
image
Comment 2 David Konecny 2008-06-11 22:54:09 UTC
15c7cd4a6c4f
Comment 3 kaa 2008-06-17 16:08:55 UTC
verified in trunk build 0614