mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
New improvements
This commit is contained in:
parent
593539ac3d
commit
03475e4e28
@ -235,6 +235,7 @@ public class TimeCalcWindow {
|
|||||||
boolean exists = Utils.highlightTxt.exists();
|
boolean exists = Utils.highlightTxt.exists();
|
||||||
analogClock.setHighlight(exists);
|
analogClock.setHighlight(exists);
|
||||||
progressSquare.setHighlight(exists);
|
progressSquare.setHighlight(exists);
|
||||||
|
text.setForeground(exists ? Color.BLACK : Color.GRAY);
|
||||||
}
|
}
|
||||||
window.setVisible(false);
|
window.setVisible(false);
|
||||||
window.dispose();
|
window.dispose();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user