|
|
||||||||
|
||||||||
|
||||||||
|
|
Code Barn Applets
|
| Applet | Description | Rating | Prerequisite |
| HelloAnimThreadFirst | Part 1 of 4 - demonstrates simple animation with a moving rectangle | Beginner+ | HelloThread |
| HelloAnimThreadA | Part 2 of 4 - demonstrates simple animation with a bouncing rectangle | Beginner++ | HelloAnimThreadFirst |
| HelloAnimThreadB | Part 3 of 4 - demonstrates simple animation with a bouncing rectangle - overrides update() | Intermediate | HelloAnimThreadA |
| HelloAnimThreadC | Part 4 of 4 - demonstrates simple animation implementing double-buffering for smoother animation | Intermediate | HelloAnimThreadB |
| HelloThread | Creates a Thread and runs it | Beginner+ | |
| HelloThreadTwo | Creates multiple Threads and displays their status as they run | Beginner+ | HelloThread |
| HelloThreadTwoNoSleep | Lets you see the effect of Thread scheduling when Threads don't sleep | Beginner+ | HelloThread |
| LoadAGif | Displays a GIF image in an applet | Beginner | |
| LoadAGifMsg | Displays a "loading...please wait..." message until the image has fully loaded | Beginner+ | |
| HelloServerFile | Gets the text from a text file on the server, then displays the text in Labels. | Beginner++ |