編寫一個Applet,顯示一副圖像並配上背景音樂

public class ImageMusic extends Applet{     Image img;     public void paint(Graphics g) {         img=getImage(getCodeBase(),"glm.jpg");         g.drawImage(img, 10, 10, this);         play(getCodeBa
相關文章
相關標籤/搜索