This section looks at the use of graphics techniques with the physics
programs. It builds on the graphics techniques and classes discussed
in Chapter 6: Tech
.
Display Text Data - we look at
text output from the prorams. The Demo
applet uses a JTextArea
Swing component to display text output from a calculation using
the Euler method to determine the position of a falling object.