Applets

Applications

Servlets

Books

Resources

Contact


Applets

Mine Sweeper

  • Here is MineSweeper game. If you feel really boring, try this! :)
Map Navigator
  • Map navigator. Suppose you have a large map that you can not display that map on one page screen, map navigator will help you to solve this problem.
Virtual Tour
  • This applet can be used to develop a virtual tour tool. If you have 3D room, it is not good if you display that in 2D screen. But if you photo every wall of your room and put them together in this applet, it is definitely good.
Mouse Lighter
  • By moving the mouse around, you can see a better picture under the mouse.

Lake Ripple

  • This is a ripple in Lake. This applet grabs the pixels and made some effect on that which looks like a ripple.

  ImageButton 

  • ImageButton is the button component that you can set any image on that button. The good property of this image button does not take three images-- up,down,pressed as a lot of ImageButton class that people wrote. This ImageButton only take one image. In the demo, you can see the program use GrayFilter to make the image gray when you press it down.
TextScroller
  • A very, very simple TextScroller. It runs fast!
Clock
  • Here is the real watch in applet that I have at home!

Space Flight

  • This applet can be used as an animated background when you want to write some application or games on Space.
Space Travel
  • This applet animates the situation when there are a space craft travels through the space and encounters nine planets in Sun Galaxy.

Animator

  • A simple animator using double buffering.