awt applet examples

 

Learning Applet development in 12 steps

  1. Start with 3 inncuous buttons
  2. Replace a button with a drawing
  3. Split it in 3 Panels
  4. Labels instead of Buttons, and split in more Classes
  5. Each Panel its own Class now !
  6. Draw a box in the central panel
  7. Draw a function in the central panel
  8. Add Scroll bars
  9. Instead of a function draw and scroll a GIF
  10. Instead of a GIF, draw and scrol a dynamically generated graphic
  11. Add controls ... now you can change the text and see it drawn !
  12. Last improvement ... scrollable input and a "compute" button !