mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
Added new improvements
This commit is contained in:
parent
b9f27fb1c4
commit
8775f573bb
@ -529,9 +529,6 @@ public class TimeCalcManager {
|
|||||||
exitButton.getY() + 3 * exitButton.getHeight() + MARGIN);
|
exitButton.getY() + 3 * exitButton.getHeight() + MARGIN);
|
||||||
while (true) {
|
while (true) {
|
||||||
//time.writeString();
|
//time.writeString();
|
||||||
if (Math.random() > 0.95) {
|
|
||||||
window.requestFocus();
|
|
||||||
}
|
|
||||||
if (stopBeforeEnd) {
|
if (stopBeforeEnd) {
|
||||||
window.setVisible(false);
|
window.setVisible(false);
|
||||||
window.dispose();
|
window.dispose();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user