The following basic object tags are defined in CookSwing in addition to the ones in CookXml
Common component. The tags in Common component are redefined
in CookSwing are listed below as well.
Calls KeyStroke.getKeyStroke(char keyChar) or KeyStroke.getKeyStroke(Character keyChar, int modifiers) to
obtain the KeyStroke object.
Note: modifiers needs to be a value specified in InputEvent.
Calls KeyStroke.getKeyStroke(int keyCode, int modifiers) or KeyStroke.getKeyStroke(int keyCode, int modifiers, boolean onKeyRelease) to
obtain the KeyStroke object.
Note: keycode needs to be a value specified in KeyEvent
and modifiers needs to be a value specified in InputEvent.