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
469c49f62c
commit
41aa6f3489
@ -108,7 +108,7 @@ public class TimeCalcWindow {
|
|||||||
text.setForeground(Color.GRAY);
|
text.setForeground(Color.GRAY);
|
||||||
text.setBackground(new Color(238, 238, 238));
|
text.setBackground(new Color(238, 238, 238));
|
||||||
text.putClientProperty("mouseEntered", "false");
|
text.putClientProperty("mouseEntered", "false");
|
||||||
|
text.setFocusable(false);
|
||||||
|
|
||||||
text.addMouseListener(new MouseListener() {
|
text.addMouseListener(new MouseListener() {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user