Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
ANU - College of Engineering and Computer Science - SoCS - COMP4610
| |
ANU College of Engineering and Computer Science School of Computer Science

or which is a simple screen saver program. Compile and run it (there are some comments in the code on how to do this on our lab machines).

Examine the code to understand what each line does. Note that, when this lab is marked you may be asked to explain parts of this code.

Make the screen saver more interesting. This will involve drawing something that must include:

  • lines,
  • filled polygons, and
  • different colors.
Given it is a screen saver items must move around on the screen in some way.

Step 2 (2 mark)

Add an image to your screen saver that rotates and moves around the screen (use a png image or some image that you load).
| | |

本站部分内容来自互联网,仅供学习和参考