import java.applet.*; import java.awt.*; public class DrawingWithColor1 extends Applet { int width, height; int N = 25; // the number of colors created ...
確定! 回上一頁