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
059c4afb2e
commit
e29549f6bc
@ -107,6 +107,13 @@ public class TimeCalcWindow {
|
|||||||
Utils.ultraLight.flip();
|
Utils.ultraLight.flip();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(e.getKeyCode() == KeyEvent.VK_C){
|
||||||
|
Utils.highlighted.flip();
|
||||||
|
}
|
||||||
|
if(e.getKeyCode() == KeyEvent.VK_V){
|
||||||
|
everythingHidden = !everythingHidden;
|
||||||
|
}
|
||||||
|
|
||||||
window.repaint();
|
window.repaint();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user