key accelerator displays as Ctrl-S?

I have a popup menu in a JText area. I've set the accelerator for the item to Ctrl S . But when it is displayed it displays as Ctrl-S (ctrl dash S) instead of Ctrl+S (ctrl plus S). Code snippet:

mSaveItem.setAccelerator(

KeyStroke.getKeyStroke(

KeyEvent.VK_S,

java.awt.event.InputEvent.CTRL_DOWN_MASK));

What am I doing wrong? Or is this part of the default L&F?

Thanks

Lori <*>

[435 byte] By [loriacooka] at [2007-11-27 10:16:04]
# 1

just part of the l&f

tjacobs01a at 2007-7-28 15:43:20 > top of Java-index,Java Essentials,Java Programming...
# 2

Thanks for the fast reply - it's been driving me nuts :-)

Lori <*>

loriacooka at 2007-7-28 15:43:20 > top of Java-index,Java Essentials,Java Programming...