previous | index | next

Task 3: Connect a Color Chooser to the Car Bean

Add a combo box to the panel and give it a handler that changes the car's color.

Note that you can initialize the car's color in the MyPanel constructor after the call to the initComponents method.


previous | index | next