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
824f6fb702
commit
51e79d02b0
@ -273,7 +273,7 @@ public class TimeCalcWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
text.setForeground(
|
text.setForeground(
|
||||||
Utils.highlighted.get() ? Color.BLACK : Color.GRAY);
|
Utils.highlighted.get() ? Color.BLACK : Color.LIGHT_GRAY);
|
||||||
}
|
}
|
||||||
window.setVisible(false);
|
window.setVisible(false);
|
||||||
window.dispose();
|
window.dispose();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user