mirror of
https://github.com/robertvokac/time-calc.git
synced 2025-03-25 07:27:49 +01:00
Added several improvements XXXIII
This commit is contained in:
parent
78e5a86e62
commit
cf9867c7c9
@ -57,6 +57,7 @@ public class ProgressSquare extends JPanel {
|
|||||||
g2d.setColor(FOREGROUND_COLOR);
|
g2d.setColor(FOREGROUND_COLOR);
|
||||||
g2d.fillRect(1, 1, side, y - 1);
|
g2d.fillRect(1, 1, side, y - 1);
|
||||||
if (x > 1) {
|
if (x > 1) {
|
||||||
|
g2d.setColor(Color.GRAY);
|
||||||
g2d.drawRect(1, y, x - 1, 1);
|
g2d.drawRect(1, y, x - 1, 1);
|
||||||
}
|
}
|
||||||
g2d.setColor(Color.GRAY);
|
g2d.setColor(Color.GRAY);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user