Java樂園
2012年6月4日 星期一
Intermediate Java(20) - Introduction to Applets
import
java.awt.*;
→
滙入的
Library
import
javax.swing.*;
public
class
apples
extends
JApplet {
public
void
paint(Graphics g){
super
.paint(g);
g.drawString(
"wow this actually worked"
, 23, 23);
→ (
內容
,X
軸
,Y
軸
)
}
}
這是運行時的結果
:
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言