Source Code Structure

Project should contain following files:

  1. ScribbleDriver.java: This code has skeleton for setting up your windows and buttons.
  2. ColorButton.java: This code is a skeleton for the class you will make to be the buttons to change your pen color. It will hold a string label for your button, a Color object for the pen color, and a Dimension object representing the width and height of your button.