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("エラー発生!");
}
}
}
登録:
コメントの投稿 (Atom)
0 件のコメント:
コメントを投稿