Skip to Main Content
Java 6 Illuminated: An Active Learning Approach, 2nd Edition
book

Java 6 Illuminated: An Active Learning Approach, 2nd Edition

by Julie Anderson, Herve J. Franceschi
February 2008
Intermediate to advanced content levelIntermediate to advanced
1288 pages
39h 39m
English
Jones & Bartlett Learning
Content preview from Java 6 Illuminated: An Active Learning Approach, 2nd Edition
982 CHAPTER 13 Recursion
Figure 13.20
The End of the Animation
from Example 13.11
10 {
11 private Container contents;
12 private Astronaut astro;
13 private int width = 100; // width of the horizontal animation
14
15 public void init()
16 {
17 // instantiate the Astronaut object
18 astro = new Astronaut( 0, 0, 1.0 );
19 contents = getContentPane();
20 contents.setSize( 500, 300 );
21 }
22
23 public void paint( Graphics g )
24 {
25 super.paint( g );
26 // animate the astronaut over the current background
27 astro.animateAstronautRecursive
28 ( width, g, contents.getBackground());
29 astro.draw( g );
30 }
31 }
EXAMPLE 13.11 The AstronautClient Applet
13.8 Recursion Versus ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

JFC Swing Tutorial, The: A Guide to Constructing GUIs, Second Edition

JFC Swing Tutorial, The: A Guide to Constructing GUIs, Second Edition

Kathy Walrath, Mary Campione, Alison Huml, Sharon Zakhour
Java Illuminated, 4th Edition

Java Illuminated, 4th Edition

Julie Anderson, Hervé J. Franceschi

Publisher Resources

ISBN: 9780763749637