call the applet update method from the observer update function
[aco.git] / Global.java
blobca491fd68f0e50b5223773f7c9013003a0abaf0a
1 class Global {
2 public final static int boundX = 10;
3 public final static int boundY = 10;
4 public final static int stepWidth = 4;
5 public final static int stepFac = 50;