Source
Homework Assignment
- Add a button to change the color in which the
string is drawn. Check out class Color, class Component,
and setColor.
- Change the implementation of class Circular to use a
circular linked list instead of an array of objects. The
comments should guide you in your implementation. It
should allow dynamic addition of new objects to the
Circular (via add).