
public class Driver {
	public static void main(String[] args) {
		PaintComponentGUI gui = new PaintComponentGUI(); // This creates a new swing GUI with a button that changes color when clicked.
	}

}
