import java.awt.*; import java.awt.image.*; public class jwmem extends java.applet.Applet { Image i; int width = 200; int height = 200; public void init () { int[] pixels = new int [width*height]; int c; double radianConversion = Math.PI / 180.0; for (int index=0,y=0;y