handling some java deprecations and javadoc problems

This commit is contained in:
Jindra Petřík
2021-02-10 19:07:39 +01:00
parent add1c7ef1e
commit 3d3f31de7f
6 changed files with 17 additions and 19 deletions
@@ -54,7 +54,7 @@ public class JRepeatButton extends JButton {
cnt++;
JRepeatButton button = JRepeatButton.this;
repeatCount = cnt;
fireActionPerformed(new ActionEvent(button, ActionEvent.ACTION_PERFORMED, button.getActionCommand(), e.getWhen(), e.getModifiers()));
fireActionPerformed(new ActionEvent(button, ActionEvent.ACTION_PERFORMED, button.getActionCommand(), e.getWhen(), e.getModifiersEx()));
});
}
};