ºÃÄãÖ»ÓÐGraphics 2d Àï²ÅÓÐ ²»ÊìϤ ºÇºÇ£¬Ï£ÍûÄܾ¡¿ì½â¾öÕâ¸öÎÊÌ⠲ο¼ http://blog.csdn.net/lj_6891zz/archive/2009/02/03/3859350.aspx, ͨ¹ý×ø±ê½øÐвÙ×÷ ¹Ø×¢ÖС£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£¡£ /* * To change this template, choose Tools | Templates * and open the template in the editor. */
package learning;
/** * * @author Administrator */ import java.applet.*; import java.awt.*; import java.awt.geom.*; import javax.imageio.*; import java.io.*; public class ImageTest extends Applet{ private Image image; AffineTransform at = new AffineTransform();