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 214886 - Font for some debugger UIs really 'ugly'
Summary: Font for some debugger UIs really 'ugly'
Status: RESOLVED DUPLICATE of bug 214347
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 20:09 UTC by Michel Graciano
Modified: 2012-06-28 12:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
New Watch UI for NB 7.2 (6.32 KB, image/png)
2012-06-27 20:10 UTC, Michel Graciano
Details
New Watch UI for NB 7.3 (8.85 KB, image/png)
2012-06-27 20:10 UTC, Michel Graciano
Details
Breakpoint properties Ui for 7.2 (21.71 KB, image/png)
2012-06-27 20:10 UTC, Michel Graciano
Details
Breakpoint properties UI for 7.3 (22.21 KB, image/png)
2012-06-27 20:10 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2012-06-27 20:09:22 UTC
[ BUILD # : 201206141830 ]
[ JDK VERSION : 1.7.5 ]

I have faced some wrong font for debugger UIs at trunk (but at least it is
antialised). For 7.2 RC it is *realy* 'ugly'. I will attach some images about
it.
Comment 1 Michel Graciano 2012-06-27 20:10:00 UTC
Created attachment 121463 [details]
New Watch UI for NB 7.2
Comment 2 Michel Graciano 2012-06-27 20:10:17 UTC
Created attachment 121464 [details]
New Watch UI for NB 7.3
Comment 3 Michel Graciano 2012-06-27 20:10:38 UTC
Created attachment 121466 [details]
Breakpoint properties Ui for 7.2
Comment 4 Michel Graciano 2012-06-27 20:10:57 UTC
Created attachment 121467 [details]
Breakpoint properties UI for 7.3
Comment 5 Michel Graciano 2012-06-27 20:14:21 UTC
As you can see at attached images, the trunk version is really better, but still it is the wrong font for this text fields, looks like all the text fields which is used to edit code (where we have basically code completion) are messed up. Maybe here it is the same issue as Search text field, about 'AsTextField' client property? I marked it as P2 because it should be at least as trunk for FCS and since I don't have an 7.2 updated version, maybe it has been already fixed at 7.2 branch.

Product Version: NetBeans IDE 7.2 RC1 (Build 201206141830)
Java: 1.7.0_05; Java HotSpot(TM) Client VM 23.1-b03
System: Linux version 3.0.0-17-generic-pae running on i386; UTF-8; en_US (nb)
Comment 6 Martin Entlicher 2012-06-28 06:49:58 UTC
"AsTextField" was added there by http://hg.netbeans.org/main-golden/rev/2e833317a15e
It's older than your build, but it's possible, that RC1 was branched before that change...
It needs to be checked out in a newer 7.2 build...
Comment 7 Marian Mirilovic 2012-06-28 07:03:36 UTC
(In reply to comment #6)
> "AsTextField" was added there by
> http://hg.netbeans.org/main-golden/rev/2e833317a15e
> It's older than your build, but it's possible, that RC1 was branched before
> that change...
> It needs to be checked out in a newer 7.2 build...

So Martin, could you please check whether it got into release72, or not ?
Comment 8 Jiri Kovalsky 2012-06-28 09:26:46 UTC
I think the change was integrated yesterday, so it should be fixed in the official RC today.

I think this could be a duplicate of issue #214347.
Comment 9 Martin Entlicher 2012-06-28 10:12:46 UTC
Thanks Jirko, it looks like it's really a duplicate of issue #214347.
I've verified that the font looks O.K. in
NetBeans IDE 7.2 RC1 (Build 201206272359)

*** This bug has been marked as a duplicate of bug 214347 ***