To convert from AWT to AFC, instances of java.awt.MenuShortcut should be removed.
AFC does not support MenuShortcut. Instead, it provides incremental-type search. To access menus and then menu items, you can just type the first letter or first few letters.
The methods of MenuShortcut are not supported in AFC. These methods are:
MenuShortcut(int)
MenuShortcut(int, boolean)
equals(MenuShortcut)
getKey()
paramString()
toString()
usesShiftModifier()