gui
Class Window

java.lang.Object
  extended by gui.Window

public class Window
extends java.lang.Object

For generating simple gui to see what's happening.


Constructor Summary
Window(int[][] map)
           
 
Method Summary
 void change_color(int x, int y, int c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Window

public Window(int[][] map)
Method Detail

change_color

public void change_color(int x,
                         int y,
                         int c)