Java Applets Home Popular Applets Collection Horizontal Menu Scroll Java Applet
Horizontal Menu Scroll Java Applet   
Commercial Version 2.0




Example 2Example 3

Horizontal Menu Scroll is an excellent and useful scrolling text menu applet. You can use it as a horizontal text scroller.

The Horizontal Menu Scroll Java applet is available as part of Popular Applets Collection.

Applet Features
  • Smooth scrolling
  • Full customizable font characteristics
  • Custom colored border
  • Custom scroll delay
  • Highlighted URL links
and more...
See Also:
ScriptOcean Flash Menu Wizard



As an example here's the code I used for the applet on top :

<applet code="menuscroll2.class" width="460" height="18">
<param name="applet_width" value="460">
<param name="applet_height" value="18">

<param name="regcode" value="">
<param name="info" value="Applet by Gokhan Dagli,www.appletcollection.com">

<param name="bgcolor" value="000000">
<param name="border_color" value="000000">
<param name="text_color" value="000000">
<param name="highlight_text_color" value="000000">
<param name="rect_color" value="E8B200">
<param name="highlight_rect_color" value="FFFF00">
<param name="arrow_color" value="E8B200">
<param name="highlight_arrow_color" value="FFFF00">
<param name="arrow_bgcolor" value="700000">

<param name="font_type" value="Arial">
<param name="font_size" value="12">
<param name="font_style" value="0">

<param name="border" value="yes">
<param name="space" value="10">

<param name="scroll_delay" value="16">
<param name="xspace" value="1">
<param name="scroll_jump" value="1">
<param name="yposition" value="14">

<param name="mouse_over" value="normal">

<param name="text1" value="Popular Applets Collection">
<param name="link1" value="http://www.appletcollection.com/popular.html">
<param name="target_frame1" value="_self">

<param name="text2" value="Advanced News Scroll">
<param name="link2" value="http://www.appletcollection.com/advnewsscroll.html">
<param name="target_frame2" value="_self">

<param name="text3" value="Advanced Newsticker">
<param name="link3" value="http://www.appletcollection.com/advnewsticker.html">
<param name="target_frame3" value="_self">

<param name="text4" value="Horizontal Menu Scroll">
<param name="link4" value="http://www.appletcollection.com/hmenus.html">
<param name="target_frame4" value="_self">

<param name="text5" value="Text Effects Collection">
<param name="link5" value="http://www.appletcollection.com/text.html">
<param name="target_frame5" value="_self">

</applet>



Information:

Author: Gokhan Dagli
Site URL : http://www.appletcollection.com/
Applet URL : http://www.appletcollection.com/hmenus.html
Class File : menuscroll2.class
eMail : info@appletcollection.com
This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement.
You can use the applet freely to enhance your web pages (commercial or non-commercial). However, I placed a status bar message that will appear when the applet is online on a site and regcode parameter isn't correct.
Registration Fee : $39 . Please try it before you buy it. Buy it once, use the same regcode for new versions! You have to pay small amount of money to receive your registration code (regcode). You can buy the registration code using a credit card through Regnow secure servers. Click here!

The Horizontal Menu Scroll Java applet is available as part of Popular Applets Collection.



Horizontal Menu Scroll's parameters are explained below : The following instructions describe the meaning of the available parameters for this applet:


ParametersValue
<applet code="menuscroll2.class" width="460" height="18">The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=menuscroll2.class, identifies the name of the Java applet. The second and third part of the applet tag identify the width and height of the applet (usually measured in screen pixels).
<param name="applet_width" value="460">Width of the applet. Please do not forget to set this parameter. It must be the same value with applet tag.
<param name="applet_height" value="18">Height of the applet. Please do not forget to set this parameter. It must be the same value with applet tag.
<param name="regcode" value="">Registration code (if you have it). Place the registration code you purchased from us into value section of this parameter. You have to pay small amount of money to receive your registration code (regcode). Click here to buy your regcode.
<param name="info" value="Applet by Gokhan Dagli,www.appletcollection.com">Information about the Horizontal Menu Scroll Java applet. The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical.
<param name="bgcolor" value="000000">Background color, in hexadecimal RGB format.
<param name="border_color" value="000000">Color of the applet border, in hexadecimal RGB format.
<param name="text_color" value="000000">Color of the text messages, in hexadecimal RGB format.
<param name="highlight_text_color" value="000000">This parameter will change the color of the text message to the specified color when your mouse moves over the applet. This will only occur if there's an associated URL for the current text. You must use hexadecimal RGB format.
<param name="rect_color" value="E8B200">Color of the rectangles, in hexadecimal RGB format.
<param name="highlight_rect_color" value="FFFF00">This parameter will change the color of the rectangle to the specified color when your mouse moves over the rectangle. This will only occur if there's an associated URL for the current menu item (text). You must use hexadecimal RGB format.
<param name="arrow_color" value="E8B200">Color of the arrows, in hexadecimal RGB format.
<param name="highlight_arrow_color" value="FFFF00">This parameter will change the color of the arrows to the specified color when your mouse moves over the arrows.
<param name="arrow_bgcolor" value="700000">Color of the arrow background, in hexadecimal RGB format.
<param name="font_type" value="Arial">Name of the text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Dialog".
<param name="font_size" value="12">Size of the text font.
<param name="font_style" value="0">Style of the text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic)..
Example:
<param name="title_font_style" value="0">.
<param name="border" value="yes">"yes" or "no".
<param name="space" value="15">Horizontal space between menu item (text) and its rectangle border, in pixels.
<param name="scroll_delay" value="16">This is the delay in milliseconds between redraws. In other words it represents the speed of the horizontal scrolling. The lower the number, the faster it scrolls.
<param name="xspace" value="1">Horizontal space between menu rectangles border.
<param name="scroll_jump" value="1">"scroll_jump" is the distance in screen pixels to jump between frames.
<param name="yposition" value="14">"yposition" is the distance from the top of the applet to draw the text messages.
<param name="mouse_over" value="normal">"normal" or "stop"
<param name="textN" value="Popular Applets Collection">Menu item. (N =1,2,3...,number of menu items). You must start at 1 and increase by 1 at each time.
<param name="linkN" value="http://www.appletcollection.com/popular.html">The absolute and/or relative URLs.
<param name="target_frameN" value="_self">Target frame. Sometimes you want the URL to be opened in a particular frame or in a completly different window. Use this parameter to specify the destination of the URL to open.
</applet>The last part works like all other HTML tags and defines the end of the applet tag </applet>.


Getting Started

  • Place the class file (menuscroll2.class) into the directory contain your HTML document which you want to insert the applet (or into a different directory, and add the correct CODEBASE= attribute).
  • Paste the applet tag from the sample into your HTML file.
  • The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical. If you try to run the applet and you see the message "info parameter error", it denotes a problem with this parameter.
  • Java is case sensitive.


Troubleshooting & Support

  • Please send any questions, requests or remarks you might have to: info@appletcollection.com
  • Usually the easiest way to customize the applet is copy and paste the applet tag information used in the sample and modify it to fit your web page.
  • If you see a "class not found" message, this means what it says -- your browser can't find the .class file specified. This may mean a spelling or case mistake in the CODE= attribute, the wrong location in the CODEBASE= attribute, or that you've forgotten to copy the .class file (menuscroll2.class) to the necessary directory.
  • Make sure that your <APPLET> tag, closing </APPLET> tag, and all <PARAM> tags have < and > brackets. Check that the value for every parameter is enclosed between " signs.
  • If the applet runs, but you can't make it do what you want it to do, please take another look at the documentation.




Horizontal Menu Scroll Java Applet- Copyright (C) by Gokhan Dagli 2000-2003



Popular Applets Collection Java Applets

Advanced News Scroll

Advanced Newsticker

Horizontal Menu Scroll

Advanced Typewriter Scroll



Java Applets

Absolute Menu

Magic Text Scroll

Newsticker

Colorfader

Billboard

Magic Image

Colorbook

DissolveImage

Screw

FineDots

Java Applets Home



Text Effects Collection Java Applets

Announcer

A.H. Scrolling Text

Message Slider

Headline Typer

Flying Letters

Headlines

TypeWriter

Wipe Right