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 195637 - Improve Threads view
Summary: Improve Threads view
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 00:48 UTC by pekarna
Modified: 2011-02-18 13:38 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2011-02-18 00:48:55 UTC
The threads view is currently not much space-effective.

For example, the State doesn't need to be a text column; actually, it doesn't have to be there at tall since it can be expressed by a background color or an icon, like it is in the debugging view - so user could hide these columns.

Related: http://netbeans.org/bugzilla/show_bug.cgi?id=144438
Comment 1 Jiri Kovalsky 2011-02-18 13:38:07 UTC
FYI, it would have to be both: icon + different colour. Using colour as an only indicator is not compliant with accessibility guidelines.