Added new improvements

This commit is contained in:
Robert Vokac 2024-01-28 15:09:21 +00:00
parent 469c49f62c
commit 41aa6f3489
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -108,7 +108,7 @@ public class TimeCalcWindow {
text.setForeground(Color.GRAY);
text.setBackground(new Color(238, 238, 238));
text.putClientProperty("mouseEntered", "false");
text.setFocusable(false);
text.addMouseListener(new MouseListener() {
@Override