that's it for today

This commit is contained in:
2023-08-28 13:32:02 -05:00
parent aaf303eef0
commit b2232e052e
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();