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 79932 - I18N - some possible hard coded font or window sizes
Summary: I18N - some possible hard coded font or window sizes
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@soa
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-07-10 19:30 UTC by Ken Frank
Modified: 2006-09-26 18:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
file (3.03 KB, text/plain)
2006-07-10 19:30 UTC, Ken Frank
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ken Frank 2006-07-10 19:30:19 UTC
this is from code scanning for certain api calls, and
realize that some of these might not be in active
code or otherwise valid, and that some might need to be assigned to different
subcats -- the code scanning just looks for certain api calls using hardcoded
values.  I just chose the bpel ui as the subcat, since needed to have some subcat.

These items are either possible hard coded font sizes or use of
non jdk font names.

This is a complement to the actual resize testing done to see these kind
of issues in real product.

that is, font size should not be hardcoded, but use global ide font size
font names should only be standard jdk names
window/dialog sizes should not be hardcoded if it does not allow window
to resize itself dynamically based on the users chosen fonts size and
amount/length of text in the given area of the window/dialog.


as well as possible hard coding of window or dialog
sizes using setPreferred or setMinimumSize.

*** this isn't meant to be a total list as there might be other same situations
not found by the scanning - please check the code.

---> see attachement file for the actual possible items.
Comment 1 Ken Frank 2006-07-10 19:30:52 UTC
Created attachment 31712 [details]
file
Comment 2 Michael Frisino 2006-07-17 01:58:47 UTC
team needs to do a review to make sure this is handled.
Comment 3 Alexey Yarmolenko 2006-07-27 13:29:02 UTC
Re-assigning to different category as soon as all problems on bpelUI side 
mentioned in this bug are fixed.
Comment 4 Michael Frisino 2006-08-23 20:37:49 UTC
Alexey, clarification question. 
Do you mean that all issues on bpel UI side are already fixed? And now you are
reassiging to compapp project so they can fix their issues?
Comment 5 Jun Qian 2006-09-01 21:46:32 UTC
The problem in CompApp Project has been fixed. Please reassign this to other
problematic modules.
Comment 6 Michael Frisino 2006-09-04 22:12:15 UTC
I don't know of any remaining areas.
Comment 7 Ken Frank 2006-09-26 18:28:27 UTC
verified