cmsc433.p3
Class Test
java.lang.Object
cmsc433.p3.Test
public class Test
- extends java.lang.Object
The Test class is for testing the grid solver.
It will take as arguments a grid, a dictionary, and time
limit, and compute a solution to that grid that is compatible
with the given dictionary, within the given time limit.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test(Dictionary dict,
Grid board)
main
public static void main(java.lang.String[] args)
displayGui
public void displayGui(Dictionary dict,
Grid board)
intToColor
public static java.awt.Color intToColor(int id)