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 31140 - Larger fonts causes reveals bad dialog layout
Summary: Larger fonts causes reveals bad dialog layout
Status: RESOLVED WORKSFORME
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-02-17 10:48 UTC by randahl
Modified: 2004-04-01 08:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description randahl 2003-02-17 10:48:24 UTC
When changing the netbeans startup parameters to launch 
netbeans with a larger font size, it is revealed that many 
of the dialogs have a fixed size. As a result many dialogs 
are unable to display their entire contents correctly. As 
one of many examples the dialog for customizing a grid bag 
layout has this problem.

It is important to be able to run netbeans with a larger 
font size for everyone who has a screen resolution of 
1600x1200 or more which is available on many modern PC  
graphic adapters.

One obvious way to solve this problem would be to use pack 
instead of setSize on all those dialogs.
Comment 1 Marian Mirilovic 2003-02-20 13:29:57 UTC
Randahl, please be concrete. 
Which dialogs ? Write list or start by some which you find, thanks in
advance.
Comment 2 Jan Chalupa 2003-04-03 14:14:22 UTC
I think that Randahl provided one example:

> As one of many examples the dialog for customizing a grid bag layout
has this problem.

That should be enough to reproduce the problem.
Comment 3 Tomas Pavek 2004-04-01 08:42:48 UTC
I set font size to 20 and have seen no problems in GridBagLayout
customizer in NB 3.6. I'm don't remember a particular fix being done
in this area, it just works for me now.