@ƒCƒ“ƒ^[ƒlƒbƒg•PC120%Šˆ—pFƒCƒ“ƒ^[ƒlƒbƒgŠˆ—p•Ò


‚i‚`‚u‚`@‚`‚o‚o‚k‚d‚s‚ÌŽÀŒ±ƒy[ƒW

ƒVƒƒlƒR‚¿‚á‚ñ‚ª‚µ‚Á‚Û‚Ó‚è‚Ó‚è•à‚­I
‚i‚`‚u‚` ‚Å‚i‚`‚u‚`@‚`‚o‚o‚k‚d‚sì‚Á‚Ä‚Ý‚Ü‚µ‚½B’Pƒ‚È‚à‚Ì‚Å‚·‚ªB
‚i‚`‚u‚`@‚`‚o‚o‚k‚d‚s@“®ì‰Â‚É‚µ‚ÄŽŽ‚µ‚Ă݂ĉº‚³‚¢B
‚µ‚ë‚Ë‚±‚ÍGlass Powder(round scope‚³‚ñ)‚̃y[ƒW‚©‚ç‚¢‚½‚¾‚¢‚½‚à‚Ì‚Å‚·B



JAVA@APPLET‚̃\[ƒX‚͈ȉº‚Ì’Ê‚è
import java.awt.Graphics;@@@@/* import‚Í‚b‚É‚¨‚¯‚é #include‚̂悤‚È‚à‚Ì*/
import java.awt.Color;
import java.awt.Image;
public class catmove extends java.applet.Applet
implements Runnable
{
Thread runner;
int x;
Image img;


public void start(){
if(runner==null);{
runner = new Thread(this);
runner.start();
}}

public void run(){
setBackground(Color.white);
img=getImage(getCodeBase(),"catwh.gif");
while(true)
{for (x=5; x<=105;x+=4){
repaint();
try {Thread.sleep(500);}
catch (InterruptedException e) { }
}
for (x=105; x>5;x -=4){
repaint();
try {Thread.sleep(500);}
catch (InterruptedException e) { }
}}}

public void paint(Graphics g) {
g.drawImage(img,x,30,this);}
}

@

@

@

@

‚s‚‚‚o‚‚‡‚…


inserted by FC2 system