Method setDisplayedMnemonic(char aChar)
Return type: void
Member of:
javax.swing.JLabel
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
codeLabel.setDisplayedMnemonic((bundle.getString("LBL_Code_Mnem")).charAt(0));
2
errorListTitle.setDisplayedMnemonic(getString("LBL_AllErrorsNode_Mnem").charAt(0));
3
retrievingLabel.setDisplayedMnemonic(NbBundle.getMessage(RetrievingDialog.class, "CTL_Retrieving_directories").charAt(0)); // NOI18N
4
lbl.setDisplayedMnemonic(mnem.charAt(0));
5
setDisplayedMnemonic(ch);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.