I'd like to make menu shortcuts for my Java apps with the Mac command button, but so far the tutorials only show me how to make the Control and Alt (option) button shortcuts. I know Java programs can have command button shortcuts so how do I do it? (I'm using Swing's setAccelerator() method btw, not Apple's stuff).