Discussion:
Q: Write a graphical application that displays a checkerboard with 64 squares, alternating white and black.
Here is a sample program output:
Your main class should be called CheckerBoardViewer.
You need to supply the following classes in your solution:
CheckerBoard
CheckerBoardComponent