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 78226 - [A11Y] Add Persistence Library
Summary: [A11Y] Add Persistence Library
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-06-19 08:32 UTC by Jan Horvath
Modified: 2006-08-10 15:35 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 Jan Horvath 2006-06-19 08:32:36 UTC
Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  |  }
   Class: javax.swing.JTextField {  |  }


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   - none.

 Components with potential mnemonics conflict:
 - components with mnemonic 'J' :
   Class: javax.swing.JButton {  Add JAR/Folder... |  N/A }
   Class: javax.swing.JLabel {  Library Javadoc: |  N/A }
Comment 1 Daniel Prusa 2006-08-10 15:35:48 UTC
LABEL_FOR fixed for text field, mnemonics set for tabbed pane's tabs, it is not
neccessary to have label pointing to it;
there was no mnemonic 'J' conflict, this mnemonic is used twice but in different
tabs of the tabbed pane

/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/Attic/Bundle.properties
new revision: 1.1.2.3; previous revision: 1.1.2.2
/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/Attic/PersistenceLibraryPanel.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
/cvs/j2ee/persistence/src/org/netbeans/modules/j2ee/persistence/wizard/library/Attic/PersistenceLibraryPanel.form
new revision: 1.1.2.2; previous revision: 1.1.2.1