mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
remove some debug code in FButton
This commit is contained in:
@@ -89,7 +89,6 @@ public class FButton extends JButton {
|
|||||||
klEnter = new KeyAdapter() {
|
klEnter = new KeyAdapter() {
|
||||||
@Override
|
@Override
|
||||||
public void keyPressed(final KeyEvent e) {
|
public void keyPressed(final KeyEvent e) {
|
||||||
System.out.println(e.getKeyCode());
|
|
||||||
if (e.getKeyCode() == 10) {
|
if (e.getKeyCode() == 10) {
|
||||||
doClick();
|
doClick();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user