Skip to content

Commit

Permalink
I messed with the rectangle curves.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidelorenzo committed Dec 8, 2017
1 parent 350a8ed commit a9b1531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CS201 Final Project/src/hw9/Set.java
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ public void paint(Graphics g) {
int rectWidth = (int) ((d.width * timeLeft / timeAllotted));
// g.setColor(new Color(255, 102, 102));
g.setColor(Colors.dlave);
g.fillRoundRect(0, 0, rectWidth, rectHeight, 3, 10);
g.fillRoundRect(0, 0, rectWidth, rectHeight, 3, 6);
}
}

Expand Down

0 comments on commit a9b1531

Please sign in to comment.