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 228440

Summary: Values of Ant variables are not displayed in anti-aliased font
Product: platform Reporter: Jiri Kovalsky <jkovalsky>
Component: Property SheetAssignee: Stanislav Aubrecht <saubrecht>
Status: VERIFIED FIXED    
Severity: normal CC: mentlicher
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of Ant variables displayed in not anti-aliased font.

Description Jiri Kovalsky 2013-04-10 12:19:47 UTC
Created attachment 133415 [details]
Screenshot of Ant variables displayed in not anti-aliased font.

Product Version: NetBeans IDE 7.3 (Build 201302132200)
Java: 1.6.0_45; Java HotSpot(TM) Client VM 20.45-b01
Runtime: Java(TM) SE Runtime Environment 1.6.0_45-b06
System: Linux version 3.0.0-12-generic running on i386; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/7.3
Cache directory: /home/cesilko/.cache/netbeans/7.3

Description:
============
When user steps through Ant targets and wants to see value of some Ant variable, the text is not displayed in anti-aliased font. It looks really ugly compared to other text in the IDE.

Steps to reproduce:
===================
1. Create new sample Java application.
2. Switch to Files view.
3. Right click "build.xml" file and choose "Debug Target > run" from popup menu.
4. Invoke "Window > Debugging > Variables" from main menu.
5. Notice that all texts in "Value" column look ugly compared to "Name" column entries.
Comment 1 Martin Entlicher 2013-05-20 13:30:52 UTC
The anti-aliasing is displayed with MetalLookAndFeel, but not with the default GTK L&F.
Comment 2 Martin Entlicher 2013-05-21 15:25:44 UTC
This looks like a defect of PropertyPanel.
When you open Properties and select the build.xml file, the property values are also not anti-aliased.
Comment 3 Stanislav Aubrecht 2013-05-22 09:50:43 UTC
core-main e91463574e58
Comment 4 Quality Engineering 2013-05-26 02:23:38 UTC
Integrated into 'main-golden', will be available in build *201305252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/e91463574e58
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #228440 - antialiasing in button panel in Properties window
Comment 5 Jiri Kovalsky 2013-05-27 09:44:22 UTC
Product Version: NetBeans IDE Dev (Build 201305262300)
Java: 1.7.0_21; Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_21-b11
System: Linux version 3.0.0-12-generic running on amd64; UTF-8; cs_CZ (nb)
User directory: /home/cesilko/.netbeans/dev
Cache directory: /home/cesilko/.cache/netbeans/dev