[an error occurred while processing this directive] CMSC 202 - Spring 2011 - Lab 13

Source Code Structure

Project should contain following files:

  1. Lab13.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.