viewguitest
Class BoardViewTest
java.lang.Object
viewguitest.BoardViewTest
- All Implemented Interfaces:
- ActionListener, EventListener
public class BoardViewTest
- extends Object
- implements ActionListener
BoardViewTest creates a game a chess with the starting locations
and attempts to render it. This was primarily used during development
to aid in debugging.
- Author:
- nlharr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoardViewTest
public BoardViewTest()
getContentPane
public Container getContentPane()
actionPerformed
public void actionPerformed(ActionEvent e)
- Handles events for the TimerLabelTest
- Specified by:
actionPerformed
in interface ActionListener
createAndShowGUI
public static void createAndShowGUI()
- Create the GUI and shows it.
main
public static void main(String[] args)