Added new improvements

This commit is contained in:
Robert Vokac 2024-02-03 04:44:15 +00:00
parent 0812555926
commit 187339583b
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055
3 changed files with 131 additions and 144 deletions

View File

@ -11,6 +11,7 @@ import java.awt.HeadlessException;
public class TimeCalcWindow extends JFrame {
public TimeCalcWindow() throws HeadlessException {
setFocusable(true);
setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);
addWindowListener(new java.awt.event.WindowAdapter() {
@Override
public void windowClosing(java.awt.event.WindowEvent e) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long