e557. 在Applet中显示图片

蹉跎莫遣韶光老,人生唯有读书好。这篇文章主要讲述e557. 在Applet中显示图片相关的知识,希望能为你提供帮助。
See also e551 精简的Applet.

Image image; public void init() { // Load image image = getImage(getDocumentBase(), "http://hostname/image.gif"); } public void paint(Graphics g) { // Draw image g.drawImage(image, 0, 0, this); }

【e557. 在Applet中显示图片】 
Related Examples

    推荐阅读