Hi Alexander,

you patch changes the signature of a public method in SwingUtilities:

Current JDK
1731     public static boolean notifyAction(Action action, KeyStroke ks,
1732                                        KeyEvent event, Object sender,

After your change:

1731     public static boolean notifyAction(Action action, KeyStroke ks,
1732                                        KeyEvent event, JComponent sender,

Don't you think it may break binary compatibility? The method exists
since JDK 1.3.

Best regards,
Andrej Golovnin

Reply via email to