
I wrote the program to create this banner myself, but you can find a similar one which can be customized for your own use on my Web Page for non-Java programmers. This other version does not include the 3D colored border.
| Java
Programming Notes:
The draw3DRect method creates a 3-Dimensional border for the text banner in a selected color. The Runnable interface has been used to allow the Applet to run inside of a Thread. Threads are needed to allow the user to suspend the animation. |