- Clock
- WorldClock
- Juggling Applet
- ClickBoard: Interactive Animation
- SlideShow
- Curve Applet
- StockTrace Applet
- Java TeleMed Prototype
- c|:net Interactive PC Scoreboard
- Player Piano
The applets provided with the JDK 1.0 Release are:
- AnimatorA simple animator that displays a series of images to create a flipbook animation effect.
- ArcTestAn applet that enables you to specify an arc and draw it on-screen. A good example of advanced graphics techniques.
- BarChartA simple bar chart example.
- BlinkText blinking out of control.
- Bouncing HeadsJust what it sounds like: disembodied heads bouncing around in an area on-screen.
- Card TestAn example of various object layouts in Java.
- Dither TestAn advanced graphics test showing the results of different dithers in Java.
- Draw TestA simple drawing applet that allows you to draw lines or points with a selection of colors. Also a good example of some advanced graphics techniques.
- FractalSome fractal figures in Java.
- Graphics TestAn example of some graphics manipulations, designed for the advanced programmer.
- Graph LayoutAn example of an interactive graph showing relationships between objects.
- Image MapAn example of an image map that provides real-time feedback rather than cryptic coordinates.
- Image TestExamples of advanced image manipulations and transformations.
- Jumping BoxA box that jumps around based on your mouse movement.
- Molecule ViewerThis applet displays a molecule and allows the user to rotate the view of the molecule in real time.
- Nervous TextSome text that hops around like jumping beans.
- Scrolling ImagesAn applet that scrolls a series of images across the screen.
- Simple GraphA simple graph example.
- Spread SheetAn example of a spreadsheet application.
- TicTacToeA game of Tic-Tac-Toe against the computer. (It's deliberately flawed so you can win once in a while.)
- Tumbling DukeA variation of the Animator applet that shows a tumbling duke (the Java mascot).
- Under ConstructionAn animated Under Construction applet featuring a construction worker duke.
- Wire FrameAn applet that displays a wireframe shape that the user can manipulate with the mouse.