代码搜索:Mnemonic
找到约 621 项符合「Mnemonic」的源代码
代码结果 621
www.eeworm.com/read/471667/1426687
java mnemonic.java
// Copyright (c) 2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
import java.util.HashMap;
/**
* A utility class for converting between numeric codes and mnemonics
* for those c
www.eeworm.com/read/209354/4979174
java mnemonic.java
/*
* Javassist, a Java-bytecode translator toolkit.
* Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
*
www.eeworm.com/read/304657/3793764
java mnemonic.java
// Copyright (c) 2004 Brian Wellington (bwelling@xbill.org)
package org.xbill.DNS;
import java.util.HashMap;
/**
* A utility class for converting between numeric codes and mnemonics
* for those c
www.eeworm.com/read/132998/14063592
pdf c54x_mnemonic.pdf
www.eeworm.com/read/127767/14337617
txt e690. setting a mnemonic for buttons.txt
JButton button = new JButton("Button");
button.setMnemonic('B');
JCheckBox checkBox = new JCheckBox("CheckBox");
checkBox.setMnemonic('C');
www.eeworm.com/read/127767/14337654
txt e691. setting a mnemonic for a menu.txt
At least one menu in a menu bar should have a mnemonic. This makes all the menus and menu items accessible.
JMenu menu = new JMenu("Menu");
menu.setMnemonic('M');
www.eeworm.com/read/151794/12175770
end table.end
{0}
};
int Nmne = (sizeof(mnemonic)/sizeof(mnemonic[0]))-1;
www.eeworm.com/read/171581/5392705
properties modifiabletable.properties
Button.Add=Add
Button.Add.Mnemonic=A
Button.Remove=Remove
Button.Remove.Mnemonic=R
Button.Modify=Modify
Button.Modify.Mnemonic=M
www.eeworm.com/read/171581/5393221
properties modifiabletable.properties
Button.Add=Add
Button.Add.Mnemonic=A
Button.Remove=Remove
Button.Remove.Mnemonic=R
Button.Modify=Modify
Button.Modify.Mnemonic=M