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 - Text below the Libraries Folder textfield should be gray
Summary: Text below the Libraries Folder textfield should be gray
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2008-06-10 12:20 UTC by Jaromir Uhrik
Modified: 2009-07-28 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (57.24 KB, image/png)
2008-06-10 12:21 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
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.