Need (int) value of Toolkit.getMenuShortcutKeyMask() on OS X

Maybe some kind person can tell me the (int) value of Toolkit.getMenuShortcutKeyMask() on OS X.Thanks in advance, Hans Bickel
[139 byte] By [HansBickela] at [2007-11-27 3:42:16]
# 1
Are there really no OS X users on this forum?Please, execute:int v = Toolkit.getDefaultToolkit().getMenuShortcutKeyMask();System.out.println(v);and tell me the value printed.Thanks, Hans Bickel
HansBickela at 2007-7-12 8:45:51 > top of Java-index,Desktop,Core GUI APIs...