Academic Java      Academic Java

ImageExampleSources
animation exampleBahamas Flag [Launch] Bahamas.java
animation exampleMoving Balls [Launch] Balls.java
animation exampleCar Badges [Launch] CarBadges.java BMWCanvas.java ChryslerCanvas.java MitsubishiCanvas.java VWCanvas.java
animation exampleDarts [Launch] DartsCanvas.java
animation exampleStars and Stripes [Launch] StarsAndStripesCanvas.java


Java Animations

Academic Java provides these animations and the accompanying animation library free of charge.

The aim is to help students learn Java programming and for instructors in teaching Java.

Conditions of Use.

How to use these programs in NetBeans IDE

1) Download Animations.zip from the DownLoad Page

2) Unzip Animations.zip and locate AnimLib.jar (the animation library) and a folder containing examples

3) In NetBeans IDE set up a new Java application project, e.g. Animations

4) Customize the Project Configuration ... select 'Libraries' then select 'Add/JAR' and provide the path for AnimLib.jar

5) Create a new empty Java file, say Bahamas, and paste the source from an example into it, or provide a link to your Bahamas source file.

6) Resolve any errors, for example by agreeing to move the file to the correct package, i.e. animations. This is because the examples provided are in the package named 'animations'.

7) Build and run the application.


academicjava home    download page