import java.applet.*; import java.awt.Graphics; import RKDemo; import Rectangle; public class NumJava extends Applet { int width=100; // the real width is 200 int height=100; // the real height is 200 int offsetx=50; int offsety=50; double x1 = 225.0; double y1 = 30; double tim =0; double dtim=0.01; public double[] x; int maxtim = 5; int brectcx; int brectcy; public void paint(Graphics g) { setBackground(java.awt.Color.white); x = new double[3]; x[0]=3; x[1]=0; x[2]=0; double[] xold=new double[3]; xold[0]=x[0]; xold[1]=x[1]; xold[2]=x[2]; Rectangle rect = new Rectangle(15,10,(int)x1,(int)y1); RKDemo nint=new RKDemo(tim,x,.01); System.out.println("time xold[0] "); if(tim==0) { while(tim