SAction assumes that key accelerators are expressed as Strings whereas the underlying Swing AbstractAction assumes KeyStroke objects. SAction should interpret the accelerator string as a parameter to KeyStroke.getKeyStroke()
Log in to post a comment.