[摘要]g.LEFT ); ; g.setClip( cx, cy, cw, ch ); ; ; // Moves the animation's top left corner. pub...
g.LEFT );
};
g.setClip( cx, cy, cw, ch );
};
};
// Moves the animation's top left corner.
public void move( int x, int y ){;
this.x = x;
this.y = y;
};
// Invoked by the timer. Advances to the next frame
// and causes a repaint if a canvas is specified.
public void run(){;
if( w == 0
关键词:用J2ME在移动设备上完成动画