import java.awt.*;
import java.applet.*;
public class Example14_1 extends Applet {
public void paint(Graphics g) {
g.drawString("I love Java",20,20);
}
}
Be extremely subtle, even to the point of formlessness. Be extremely mysterious, even to the point of soundlessness. Thereby you can be the director of the opponent's fate.
<< Home