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 57082 - A11Y - wrong font size in New Property Pattern dialog
Summary: A11Y - wrong font size in New Property Pattern dialog
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: A11Y, UI
Depends on:
Blocks:
 
Reported: 2005-03-29 07:48 UTC by Marian Petras
Modified: 2005-03-30 14:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (20.95 KB, image/png)
2005-03-29 07:49 UTC, Marian Petras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2005-03-29 07:48:21 UTC
In the New Property Pattern dialog, labels in the titled border use hard-coded
fontsize.

Steps to reproduce:
1) Open some bean class.
2) In the Projects view, expand the node representing the class
   and its subnodes so that node "Bean Patterns" is visible.
3) Right-click on node "Bean Patterns" to open a context menu
   and select item "Add | Property".

The "New Property Pattern" dialog appears. All the text in the dialog is of the
same font size (the current UI default) except the titles of panels "Property"
and "Options". This is observable only if the UI font size has been changed
using the -fontsize command-line switch. See also the attached screenshot.
Comment 1 Marian Petras 2005-03-29 07:49:44 UTC
Created attachment 21167 [details]
screenshot
Comment 2 Jan Becicka 2005-03-30 14:50:41 UTC
Checking in PropertyPatternPanel.java;
/cvs/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.java,v  <-- 
PropertyPatternPanel.java
new revision: 1.31; previous revision: 1.30
done
Checking in PropertyPatternPanel.form;
/cvs/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.form,v  <-- 
PropertyPatternPanel.form
new revision: 1.12; previous revision: 1.11
done