Write a JavaFX program to draw the five interlocking rings that are the symbol of the Olympics. The color of the rings, from left to right, is blue, yellow, black, green, and red.

Use setStroke(Color) to set the color of the line

See the code in Rings.java.

Computer Science & Information Technology

You might also like to view...

PCIe cards fit in PCI expansion slots

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following would be used in a firewall to block incoming TCP packets that are not from established connections?

A. Access control lists B. Port address translation C. Blocking unauthorized ports D. Stateful inspection

Computer Science & Information Technology