New improvements

This commit is contained in:
Robert Vokac 2024-01-27 14:13:21 +00:00
parent 593539ac3d
commit 03475e4e28
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055
2 changed files with 1 additions and 0 deletions

View File

View File

@ -235,6 +235,7 @@ public class TimeCalcWindow {
boolean exists = Utils.highlightTxt.exists();
analogClock.setHighlight(exists);
progressSquare.setHighlight(exists);
text.setForeground(exists ? Color.BLACK : Color.GRAY);
}
window.setVisible(false);
window.dispose();