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 70712 - Spacing issues using --fontsize 18 in netbeans.conf
Summary: Spacing issues using --fontsize 18 in netbeans.conf
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-12-21 19:53 UTC by pswisnov
Modified: 2007-09-06 12:59 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 pswisnov 2005-12-21 19:53:39 UTC
Various problems with layout using --fontSize 18 for accessibility reasons

1. Projects tree navigator spacing doesn't expand, so bottom of text is cut off.
Note that its correct in the Files navigator
2. In project properties the package folder lists spacing doesn't expand, so
bottom of text is cut off
Comment 1 Jan Lahoda 2006-01-04 10:37:25 UTC
Hi,
   sorry, but I do not understand what you mean by 1., it works OK to me. Could
you please attach a screenshot?

For 2.: not a problem of the general project infrastructure, but rather of
customizers of particular project types. Moreover, the J2SE Project customizer
uses a JTable with a default renderer (to show the left column). Not sure if
anything can be done with this.
Comment 2 Jan Lahoda 2006-03-02 10:58:34 UTC
The problem is that the row height is not computed automatically - it has to be
set using setRowHeight. See issue #34946 for more information. Needs to be fixed
in particular project customizers.
Comment 3 Jiri Prox 2007-09-06 12:59:16 UTC
Cannot reproduce the first problem, feel free to reopen and attach screenshot if it happens again. 
Fixing the second problem.

Checking in CustomizerSources.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java,v  <-- 
CustomizerSources.java
new revision: 1.20; previous revision: 1.19
done
Checking in CustomizerSources.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form,v  <-- 
CustomizerSources.form
new revision: 1.11; previous revision: 1.10
done