Text Menu Applet


Horizontal Examples

Example 5


When the mouse is over text, it's fontsize, font color and background color change

Copy the following code and put it in an html file:
<APPLET CODE=TextMenu.class WIDTH=400 HEIGHT=150>
<param name="TextToDisplay" value="Java Boutique;Java News;Java FAQs>
<param name="URLtoDisplay" value="http://javaboutique.internet.com;http://javaboutique.internet.com/jbnews.html;http://javaboutique.internet.com/javafaqs.html>
<param name="Target" value="_blank;_blank;_blank">
<param name="Position" value="Horizontal">
<param name="FontSize" value="16">
<param name="FontSize2" value="20">
<param name="bgCOLOR1" value="240,240,200">
<param name="bgCOLOR2" value="0,0,255">
<param name="textCOLOR1" value="0,0,0">
<param name="textCOLOR2" value="0,0,0">
<param name="FontName" value="TimesRoman">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
Your browser doesn't support java or java is not enabled!
</APPLET>


Example 6


When the mouse is over text, it's fontsize and font color change

Copy the following code and put it in an html file:
<APPLET CODE=TextMenu.class WIDTH=400 HEIGHT=50>
<param name="TextToDisplay" value="Java Boutique;Java News;Java FAQs>
<param name="URLtoDisplay" value="http://javaboutique.internet.com;http://javaboutique.internet.com/jbnews.html;http://javaboutique.internet.com/javafaqs.html>
<param name="Target" value="_blank;_blank;_blank">
<param name="Position" value="Horizontal">
<param name="FontSize" value="16">
<param name="FontSize2" value="20">
<param name="bgCOLOR1" value="240,240,200">
<param name="bgCOLOR2" value="240,240,200">
<param name="textCOLOR1" value="0,0,0">
<param name="textCOLOR2" value="0,0,255">
<param name="FontName" value="TimesRoman">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
Your browser doesn't support java or java is not enabled!
</APPLET>


Example 7


When the mouse is over text, font color changes

Copy the following code and put it in an html file:
<APPLET CODE=TextMenu.class WIDTH=400 HEIGHT=50>
<param name="TextToDisplay" value="Java Boutique;Java News;Java FAQs>
<param name="URLtoDisplay" value="http://javaboutique.internet.com;http://javaboutique.internet.com/jbnews.html;http://javaboutique.internet.com/javafaqs.html>
<param name="Target" value="_blank;_blank;_blank">
<param name="Position" value="Horizontal">
<param name="FontSize" value="20">
<param name="FontSize2" value="20">
<param name="bgCOLOR1" value="240,240,200">
<param name="bgCOLOR2" value="240,240,200">
<param name="textCOLOR1" value="0,0,0">
<param name="textCOLOR2" value="0,0,255">
<param name="FontName" value="TimesRoman">
<param name="Author" value="George Eleftheriou">
<param name="Email" value="gele@egnatia.ee.auth.gr">
Your browser doesn't support java or java is not enabled!
</APPLET>


Parameters:

Questions should be directed to the author
Note: If texts don't appear centered please reload/refresh page.
Download the TextMenu and a classes and put them in the same Directory


Created 1998 by George Eleftheriou