that's it for today

This commit is contained in:
2025-10-19 21:31:14 -05:00
parent 1568b44bc5
commit 7caa61f2dc
5 changed files with 7 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ public class PieChart extends Application {
}
pie.get(0).setFill(Color.BLUE);
pie.get(1).setFill(Color.RED);
pie.get(2).setFill(Color.YELLOW);
pie.get(2).setFill(Color.ORANGE);
pie.get(3).setFill(Color.GREEN);
Object[] pieArr = pie.toArray();