|
|
|
|
This code acts as a splash page and preloads images that the main site would need to provide lower loading time. It has a status bar indicator of the percent and number of images that it loaded. It also has a
|
|
|
|
This is a simple graphics program that creates the basic graphical shapes like square, oval and elipse, both filled and 3D. You can choose a color for shapes, fills and the background. The screen shot is in bl
|
|
|
|
A scroller is text which scrolls on the status bar of the browser. Scrollers are very popular with JavaScript authors (esp. newbies like ourselves) and equally unpopular with the rest of the Web community. (Fo
|
|
|
|
How can I change an image in another frame using onMouseOver?
Found at:http://www.irt.org/
|
|
|
|
The key to fixing flicker is realizing that the screen isn't actually painted in the paint() method. The pixels get put on the screen in the update() method which most applets don't override. However by overri
|
| |
| 1 2 3 4 5 6 7 8 9 Next |