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 31402 - Set Project Main Class accessibility issues
Summary: Set Project Main Class accessibility issues
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: A11Y
: 31401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-02-24 13:35 UTC by Milan Kubec
Modified: 2008-12-23 11:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2003-02-24 13:35:14 UTC
Components with no LABEL_FOR pointing to it :
 Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 N/A |  Project Main Class is entry point for
project execution or debugging. }
Comment 1 Vitezslav Stejskal 2003-03-05 16:15:03 UTC
This is common problem of TreeView, it's a ScrollPane with
inner-component (the actuall view impl). I can only set the LABEL_FOR
field to point to the ScrollPane but have no access to the
inner-component.
Comment 2 Vitezslav Stejskal 2003-03-05 16:16:32 UTC
*** Issue 31401 has been marked as a duplicate of this issue. ***
Comment 3 Jiri Rechtacek 2003-03-19 10:27:28 UTC
Dafe, it'll be very nice if you fix it. Thnaks
Comment 4 Marian Mirilovic 2004-06-14 14:04:40 UTC
re-evaluate please ...
Comment 5 David Simonek 2004-06-15 16:50:43 UTC
I have to pass back to owner of openide/explorer, I wouldn't have a
resources to fix this, sorry.
Comment 6 Petr Nejedly 2004-06-16 16:56:36 UTC
If I understand the original (short) description correctly, it is not
relevant anymore - it probably was about the dialog for setting main
class, which provided TreeView for selecting it (in the old projects
system).
There is no such UI in current projects system.
Comment 7 Milan Kubec 2005-07-07 12:38:12 UTC
v/c