Java









Bar Separator



Welcome to the Java section of the tutorial. To those that have been writing JAVA or JAVASCRIPT for a while, this section will seem a tad simplistic, but to those that have not been writing or designing that long, this section will contain helpful hints and links to information about Java. Java is not easy, but it is fun to use. Hence the reason the subject was included here in the advanced section.

One of the easiest little tricks one can do is the mouseover function. This function will, when the user glides the mouse pointer over an object, display text in the lower left hand corner of the browser. This text can be used to describe the object the mouse is over, be it a picture, a link, or an area. This function requires no knowledge of Java by the writer and requires no code to be written with the exception of the mouseover function. The following is an example of how to do it and where.

<A HREF="java.html" onmouseover="window.status='Firering Picture-clicking here will return you to the top of the page'; return true"><img src="firering.gif" alt="Java" width=128 height=128 border=0></A>

Java

There, now wasn't that easy? :) Feel free to copy the code I have provided for you here. Just remember to change the URL, Image, and Text to what you would like.


Okay, right about now you are saying to yourself..."Self, that function was cute, but what else can I do with Java?" This you can find out just by surfing around a bit. The following are links to information on JAVA and JAVASCRIPT.


The Java Boutique Mantis Java Links
The Caffeine Connection Java Quick Reference
Trail Map: The Java Language Tutorial Bodo's Lair



Previous Page


[Tables][Images][Animation][Java][VRML]
1