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 48020

Summary: Background color of active links - can't read the link
Product: platform Reporter: zikmund <zikmund>
Component: Output WindowAssignee: _ tboudreau <tboudreau>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Active link in output window

Description zikmund 2004-08-26 18:31:12 UTC
Build 200408251800

1) Have a JavaApp and a class with compile error
(type e.g. x)
2) Build application
3) Click the link in output window
4) ERROR:
Can't read the link content in the output window.
The background color is too rich. It should be
similar to background colors in editor
(breakpoint, bookmark etc.)
Comment 1 zikmund 2004-08-26 18:32:04 UTC
Created attachment 17173 [details]
Active link in output window
Comment 2 _ tboudreau 2004-08-26 19:15:39 UTC
What platform/look and feel?  All of these colors can be set on a
per-platform basis, but I need to be able to reproduce it to know
where to fix it.
Comment 3 zikmund 2004-08-27 07:57:10 UTC
WinXP with default L&F. (JDK 5.0 rc)
Comment 4 _ tboudreau 2004-09-02 15:20:56 UTC
Checking in src/org/netbeans/core/output2/ui/AbstractOutputPane.java;
/cvs/core/output2/src/org/netbeans/core/output2/ui/AbstractOutputPane
.java,v  <--  AbstractOutputPane.java
new revision: 1.25; previous revision: 1.24
done
Comment 5 zikmund 2004-09-07 10:31:43 UTC
Verified, looks much better now, thanks.