viewguitest
Class BoardViewTest

java.lang.Object
  extended by 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

Constructor Summary
BoardViewTest()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Handles events for the TimerLabelTest
static void createAndShowGUI()
          Create the GUI and shows it.
 Container getContentPane()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoardViewTest

public BoardViewTest()
Method Detail

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)