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 65039 - I18N - resize isue in java platform window
Summary: I18N - resize isue in java platform window
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-09-23 20:10 UTC by Ken Frank
Modified: 2006-01-26 10:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (55.04 KB, image/gif)
2005-09-23 20:12 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2005-09-23 20:10:55 UTC
running at fontsize 18 and with pseudo localized - see resize issue
in java platform window, on right side top - this part is not attached
to the platform list scrollbar at the bottom of right side, so not all of
it shows when window comes up.

see attached gif.
Comment 1 Ken Frank 2005-09-23 20:12:53 UTC
Created attachment 25127 [details]
image
Comment 2 Tomas Zezula 2005-10-05 14:17:01 UTC
Putting the panel with the platform name and the platform folder into the
JScrollPane is not acceptable solution, it is very ugly from the UI point of
view. By the way the similar behavior is in the NetBeans Wizards and it is going
to be removed.
I've removed the preferred size on the dialog to improve the behavior, but you
can always set the fontsize to some value in which the dialog is not displayed
correctly.

Checking in src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.form;
/cvs/java/platform/src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.form,v
 <--  PlatformsCustomizer.form
new revision: 1.10; previous revision: 1.9
done
Checking in src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.java;
/cvs/java/platform/src/org/netbeans/modules/java/platform/ui/PlatformsCustomizer.java,v
 <--  PlatformsCustomizer.java
new revision: 1.20; previous revision: 1.19
done
Comment 3 Marek Grummich 2006-01-26 10:30:30 UTC
verified