计算机外文翻译93
《计算机外文翻译93》由会员分享,可在线阅读,更多相关《计算机外文翻译93(18页珍藏版)》请在毕设资料网上搜索。
1、- 1 - 外文原文 Simple Animation and Threads The first thing I ever saw Java do was an animation: a large red “Hi there!” that ran across the screen from the right to left. Even that simple form of animation was enough to make me stop and think, “this is really cool.” That sort of simple animation takes
2、only a few methods to implement in Java, but those few methods are the basis for any Java applet that you want to update the screen dynamically.Starting with simple animations is a good way to build up to the more complicated applets.Today, youll learn the fundamentals of animation in Java: how the
3、various parts of the system all work together so that you can create moving figures and dynamic updateable applets.Specifically, youll explore the following: How Java animations workthe paint() and repaint() methods, starting and stopping dynamic applets, and how to use and override these methods in
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 外文 翻译 93
