Enhancing the Framework
- How to implement the dialog?
- Solved in chapter 7--bean properties!
- CircleNode exposes color property:
Color getColor()
void setColor(Color newValue)
- CircleNode does not have to be changed.
- Property editor automatically edits color!