mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 02:50:43 +00:00
handling some java deprecations and javadoc problems
This commit is contained in:
@@ -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()));
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user