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

Summary: I18N - resize isue in java platform window
Product: java Reporter: Ken Frank <kfrank>
Component: PlatformAssignee: Tomas Zezula <tzezula>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug, mgrummich
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

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