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 38985 - a11y: Overide methods dialog has bad accesibility
Summary: a11y: Overide methods dialog has bad accesibility
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-19 13:52 UTC by ehucka
Modified: 2007-09-26 09:14 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 ehucka 2004-01-19 13:52:34 UTC
No Accessible name :
   Class: javax.swing.JLayeredPane {  |  }
   Class: javax.swing.JPanel {  |  }
   Class: javax.swing.JPanel {  |  }
   Class: javax.swing.JRootPane {  |  }
   Class: javax.swing.JViewport {  |  }
   Class:
org.netbeans.modules.java.tools.OverridePanel2 {  |  }
   Class: org.openide.explorer.view.BeanTreeView {
 |  }
   Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 |  }
 
 
 No Accessible description :
   Class: javax.swing.JCheckBox {  Copy Javadoc |  }
   Class: javax.swing.JCheckBox {  Generate Super
Calls |  }
   Class: javax.swing.JCheckBox {  Show Abstract
Methods Only |  }
   Class: javax.swing.JCheckBox {  Show
Superclasses and Interfaces |  }
   Class: javax.swing.JLabel {  Select the methods
to override or implement. For multiple selection
use CTRL key. |  }
   Class: javax.swing.JLayeredPane {  |  }
   Class: javax.swing.JPanel {  |  }
   Class: javax.swing.JPanel {  |  }
   Class: javax.swing.JRootPane {  |  }
   Class: javax.swing.JViewport {  |  }
   Class:
org.netbeans.core.windows.services.NbDialog { 
Override and Implement Methods |  }
   Class:
org.netbeans.modules.java.tools.OverridePanel2 {  |  }
   Class: org.openide.explorer.ExplorerPanel { 
Explorer [] |  }
   Class: org.openide.explorer.view.BeanTreeView {
 |  }
   Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 |  }
 
 
 Label with LABEL_FOR not set :
   Class: javax.swing.JLabel {  Select the methods
to override or implement. For multiple selection
use CTRL key. |  }
 
 
 Components with no LABEL_FOR pointing to it :
   Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 |  }
 
 
 Components with no mnemonic :
   Class: javax.swing.JButton {  OK |  OK button }
   Class: javax.swing.JCheckBox {  Copy Javadoc |  }
   Class: javax.swing.JCheckBox {  Generate Super
Calls |  }
   Class: javax.swing.JCheckBox {  Show Abstract
Methods Only |  }
   Class: javax.swing.JCheckBox {  Show
Superclasses and Interfaces |  }
Comment 1 Jan Pokorsky 2004-01-19 17:41:48 UTC
The panel should be accessible now.

/cvs/java/src/org/netbeans/modules/java/tools/Bundle.properties,v1.13
/cvs/java/src/org/netbeans/modules/java/tools/OverridePanel2.form,v1.2
/cvs/java/src/org/netbeans/modules/java/tools/OverridePanel2.java,v1.2
Comment 2 ehucka 2004-03-08 12:51:26 UTC
Verified.