2009年2月7日土曜日

test

test
public class AutomatonMain {

/**
* @param args
*/
public static void main(String[] args) {
// TODO 自動生成されたメソッド・スタブ
VectorField vf =new VectorField(20);

try{
while(true){
vf.showField();
vf.doRule();
Thread.sleep(500);
}
}catch(Exception e){
System.out.println("エラー発生!");
}
}

}

0 件のコメント: