Added new improvements

This commit is contained in:
Robert Vokac 2024-02-10 18:09:04 +00:00
parent b9f27fb1c4
commit 8775f573bb
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -529,9 +529,6 @@ public class TimeCalcManager {
exitButton.getY() + 3 * exitButton.getHeight() + MARGIN);
while (true) {
//time.writeString();
if (Math.random() > 0.95) {
window.requestFocus();
}
if (stopBeforeEnd) {
window.setVisible(false);
window.dispose();