Class Summary |
AnimationPanel |
Class to show a frame-based animation |
ButtonPanel |
Class that holds the buttons for the movie player |
Cartoon |
Class to create a cartoon out of a picture |
ClassPeriod |
ClassPeriod represents a class period which has a teacher,
a period number, and an array of students (max 35) |
ColorChooser |
A class to make working with a color chooser easier
for students. |
ColorSquares |
|
ConfusedTurtle |
Class for a confused turtle. |
DatabaseManager |
Class that handles the connection with the database |
Deer |
Class that represents a deer. |
DirectoryWorker |
Class to work with files in a directory |
FileChooser |
A class to make working with a file chooser easier
for students. |
FileModifier |
Class to demonstrate using a program to modify another program |
FormLetterGenerator |
Class used to generate form letters |
FrameSequencer |
Class used to save frames in a movie to a directory and
show frames from a movie. |
GeneratedDrawing |
|
GraphicsCompiler |
Class that reads in a file of graphics instructions, and
then generates a NEW Java Program that
does the same thing as the instructions. |
GraphicsInterpreter |
Class that reads in a file of graphics instructions, and
executes them, showing the result. |
Greeter |
Class to show how to define a very simple class. |
ImageDisplay |
Class to display an image and the current location with a + sign
Copyright Georgia Institute of Technology 2004 |
MidiPlayer |
Class that knows how to play notes using the midi standard
Copyright 2004 Georgia Institute of Technology |
MovieMaker |
Class to create frames for a movie |
MoviePlayer |
Class that can play movies from multiple frames |
OppositeTurtle |
Class for an opposite turtle. |
PathSegment |
This class represents a displayable path segment
it has a color, width, and a Line2D object
Copyright Georgia Institute of Technology 2005 |
Pen |
Class to represent a pen which has a color, width,
and a list of path segments that it should draw. |
Person |
Class that represents information about a person |
PhoneBook |
A class that represents a phone book. |
Picture |
A class that represents a picture. |
PictureExplorer |
Displays a picture and lets you explore the picture by displaying the x, y, red,
green, and blue values of the pixel at the cursor when you click a mouse button or
press and hold a mouse button while moving the cursor. |
PictureFrame |
Class that holds a digital picture and displays it. |
Pixel |
Class that references a pixel in a picture. |
Playback |
The class Playback extends from Thread
and allows for playback of a simple sound. |
Searcher |
Class that demonstrates search algorithms |
SentenceGenerator |
Class to generate sentences |
SequenceSearcher |
Class that searches a file for a given sequence and reports
on the name where that sequence was found |
SillyWriter |
Class that shows how to write to a file |
SimpleInput |
Class to make it easy to get input
from a user using JOptionPane
Copyright Georgia Institute of Technology 2004 |
SimpleOutput |
Class to make it easy to do output to the user
using JOptionPane
Copyright Georgia Institute of Technology 2004 |
SimplePicture |
A class that represents a simple picture. |
SimpleReader |
Class that allows you to easily read and print out the
contents of a file |
SimpleSound |
The SimpleSound class is an implementation of the
Java Sound API specifically designed for use with students. |
SimpleTurtle |
Class that represents a Logo-style turtle. |
SimpleWriter |
Class that shows how to write to a file |
Sound |
Class that represents a sound. |
SoundExplorer |
This class allows you to explore a Sound. |
SoundSample |
Class that represents a sample of a sound. |
SoundTest |
A JUnit test case class. |
Student |
Class that describes a student. |
TConversionTool |
|
TempFinder |
Class to find the temperature in a web page. |
Test |
Class for simple testing
Copyright Georgia Institute of Technology 2004 |
Turtle |
Class that represents a turtle which is similar to a Logo turtle. |
TurtleTest |
|
WebPageWriter |
Class used to write web (HTML) pages |
Wolf |
Class that represents a wolf. |
World |
Class to represent a 2d world that can hold turtles and
display them
Copyright Georgia Institute of Technology 2004 |