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 89041 - [I18N] Components on panels don't resize
Summary: [I18N] Components on panels don't resize
Status: RESOLVED INVALID
Alias: None
Product: javame
Classification: Unclassified
Component: CDC pack (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: luky
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-11-09 15:45 UTC by Lukas Hasik
Modified: 2007-09-17 15:54 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
general category screenshot (25.85 KB, image/png)
2006-11-09 15:49 UTC, Lukas Hasik
Details
deployment category screenshot (25.03 KB, image/png)
2006-11-09 15:49 UTC, Lukas Hasik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Hasik 2006-11-09 15:45:28 UTC
061108

-some panels don;t resize properly in Project Properties of CDC project
-     General category : General tab, Sony Ericsson tab
      Platforms category
      Run category
      Deployment category : Ricoh tab, SavaJe tab
Comment 1 Lukas Hasik 2006-11-09 15:49:21 UTC
Created attachment 35927 [details]
general category screenshot
Comment 2 Lukas Hasik 2006-11-09 15:49:57 UTC
Created attachment 35928 [details]
deployment category screenshot
Comment 3 luky 2006-11-16 17:01:52 UTC
The dialog itself is resizeable, so user has an option to change the size. 
Internal components change the size accordingly
Comment 4 Ken Frank 2006-11-16 18:25:49 UTC
if you are talking about the items in the 2 attached images, where not all the
text or labels show at default - 

user should not need to resize; the dialog should resize itself to show all
of its contents - dynamic resizing - thats why the issue was filed.

user might run at larger fontsize and/or localized labels might be longer than
in english, that can cause these problems

I think using layout managers in certain ways solves these kind of problems

Can you reconsider this and reopen ?

ken.frank@sun.com
Comment 5 Ken Frank 2007-05-26 17:14:01 UTC
the guideline is that user should not need to resize - that is what the issue is
about.

am reopening this; if these windows are not present in current mobility or if
problem
is not present, please close it.

ken.frank@sun.com
Comment 6 luky 2007-07-25 15:27:23 UTC
Ok Ken, What Layout Manager and which way will allow me to achieve it? 
And can you show me real dialog with real text (not this sample mumbojumbo) which doesn't fit?
Comment 7 Adam Sotona 2007-09-17 15:54:40 UTC
The mentioned dialogs are gone in 6.0
We do not implement dynamic resizing of any component so if you require so - please fill a new RFE for OpenIDE.
Static sizes of components need to be calculated correctly with real texts and real font sizes to do not affect nice
look of the components.