mirror of
https://github.com/DanilaFe/abacus
synced 2025-02-05 19:49:04 -08:00
Focus on the text field on startup.
This commit is contained in:
parent
f400f9f464
commit
cb787c7e25
@ -247,4 +247,9 @@ public class Window extends JFrame {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setVisible(boolean b) {
|
||||
super.setVisible(b);
|
||||
if(b) inputField.requestFocusInWindow();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user