that's it for today
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user