蹉跎莫遣韶光老,人生唯有读书好。这篇文章主要讲述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 |
推荐阅读
- e581. Animating an Array of Images in an Application
- Unity输出PC端(Windows) 拖拽文件到app中
- e558. 在Applet中多图片交互显示
- e552. 取Applet的参数
- SVG g元素用法详解
- SVG教程入门介绍
- SVG第一个例子详解
- Struts 2项目(登录和注销示例)
- Struts 2提取表的所有记录示例