Added new improvements

This commit is contained in:
Robert Vokac 2024-01-28 14:14:28 +00:00
parent 824f6fb702
commit 51e79d02b0
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -273,7 +273,7 @@ public class TimeCalcWindow {
}
text.setForeground(
Utils.highlighted.get() ? Color.BLACK : Color.GRAY);
Utils.highlighted.get() ? Color.BLACK : Color.LIGHT_GRAY);
}
window.setVisible(false);
window.dispose();