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 86190 - [a11y] Mnemonics handling issue
Summary: [a11y] Mnemonics handling issue
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2006-09-29 15:59 UTC by Jaromir Uhrik
Modified: 2007-07-24 22:54 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 Jaromir Uhrik 2006-09-29 15:59:10 UTC
In the files listed below there is used calling of method setMnemonic() or
setDisplayedMnemonic(). Class org.openide.awt.Mnemonics should be used instead -
see issue #67807.


java\freeform\src\org\netbeans\modules\java\freeform\ui\SourceFoldersPanel.java
java\project\src\org\netbeans\modules\java\project\JavaTargetChooserPanelGUI.java
Comment 1 Milan Kubec 2007-01-08 15:16:13 UTC
Done.

Checking in Bundle.properties;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.19; previous revision: 1.18
done
Checking in SourceFoldersPanel.java;
/cvs/java/freeform/src/org/netbeans/modules/java/freeform/ui/SourceFoldersPanel.java,v
 <--  SourceFoldersPanel.java
new revision: 1.21; previous revision: 1.20
done

Checking in JavaTargetChooserPanelGUI.java;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.java,v
 <--  JavaTargetChooserPanelGUI.java
new revision: 1.31; previous revision: 1.30
done
Checking in JavaTargetChooserPanelGUI.form;
/cvs/java/project/src/org/netbeans/modules/java/project/JavaTargetChooserPanelGUI.form,v
 <--  JavaTargetChooserPanelGUI.form
new revision: 1.12; previous revision: 1.11
done
Checking in Bundle.properties;
/cvs/java/project/src/org/netbeans/modules/java/project/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.40; previous revision: 1.39
done
Comment 2 Jaromir Uhrik 2007-01-26 15:05:51 UTC
Verified.