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 136899

Summary: Text below the Libraries Folder textfield should be gray
Product: projects Reporter: Jaromir Uhrik <juhrik>
Component: Generic Projects UIAssignee: Milos Kleint <mkleint>
Status: RESOLVED WONTFIX    
Severity: blocker Keywords: USABILITY
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot attached...

Description Jaromir Uhrik 2008-06-10 12:20:55 UTC
Product Version: NetBeans IDE Dev (Build 200806090002)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-119
System: Mac OS X version 10.5.2 running on i386; MacRoman; en_US (nb)

When the checkbox is not set selected in New Java Application wizard then the text below the Libraries Folder textfield
should get gray. This is more logical to have this information consistent with the Libraries Folder label - they should
change the color to gray together according to the checkbox status.
Comment 1 Jaromir Uhrik 2008-06-10 12:21:54 UTC
Created attachment 62609 [details]
Screenshot attached...
Comment 2 Milan Kubec 2008-06-10 13:01:49 UTC
Shared libraries stuff, reassigning to Milos.
Comment 3 Milos Kleint 2008-06-24 08:09:58 UTC
it was working in 6.1.
is caused by the use of html text in label. The text wraps then, but setEnabled(false) has no effect on color.
Comment 4 Milos Kleint 2009-07-28 13:13:00 UTC
wontfix, the JLabel with html text won't accept the enabled/disabled state changes. OTOH without html texts, Jlabel
doesn't wrap lines.  There's no way to make it unified and correct on all platforms.  (as each L7F might havea different
idea how disabled JLabel is painted. Closing as wontfix.