Which of the following statements correctly sets the fill color of circle to black?

```
a. circle.setFill(Color.BLACK);
b. circle.setFill(Color.black);
c. circle.setStyle("-fx-fill: black");
d. circle.setStyle("fill: black");
e. circle.setStyle("-fx-fill-color: black");
```


a. circle.setFill(Color.BLACK);
c. circle.setStyle("-fx-fill: black");

Computer Science & Information Technology

You might also like to view...

What is the functionality of a prime program with no function nodes? _____

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A(n) ____ is the physical computer where the virtual machine runs.

A. DNS server B. image C. guest D. host

Computer Science & Information Technology

Data is information that has been translated into a form that is more conducive to storage, transmission, and calculation.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The traditional intermediary for the travel industry is a retail store.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology