DHTML News ScrollerFlash MenuJavascript Menu

NewsTicker Java Applet   commercial Version 2.0


Information :

A horizontal scrolling text effect that features user click and drag. Highly configurable, easy to set up.

URL: http://www.appletcollection.com/newsticker.html

Author: Gokhan Dagli

eMail : info@appletcollection

Class File : newsticker.class

See Also:
DHTML News Ticker Wizard

This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement.

Newsticker Java Applet may be used freely on non-commercial and non-profit sites only. However free version displays a warning message in the browser's status bar. If you want to use Newsticker Java Applet on a commercial site you have to order a registration code. The purchased version doesn't display a warning message in the browser's status bar.

Registration Fee: $19.    Registration removes the status bar message. Please try it before you buy it. Buy it once, use the same regcode for new versions. You can buy the registration code using a credit card through Regnow secure servers. Click here.

Sample 1 :






<applet code="newsticker.class" width="400" height="18">
<param name="applet_width" value="400">
<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="fontcolor" value="fffff0">
<param name="highlight_color" value="eeee90">

<param name="delay_time" value="4000">
<param name="scroll_delay" value="8">
<param name="scroll_jump" value="2">

<param name="font_type" value="Arial">
<param name="font_size" value="11">
<param name="font_style" value="1">

<param name="text_alignment" value="center">
<param name="left_margin" value="10">

<param name="text1" value="Newsticker is a Java Applet from appletcollection.com">
<param name="link1" value="http://www.appletcollection.com/newsticker.html">

<param name="text2" value="Click here to visit appletcollection.com">
<param name="link2" value="http://www.appletcollection.com/index.html">

<param name=target_frame value="_self">

<div style="position:absolute;width:0px; height:0px;overflow:hidden;visibility:hidden;"><a href="http://www.appletcollection.com/">Newsticker java applet, Copyright GD</a></div>

</applet>

Sample 2 :


<applet code="newsticker.class" width=360 height=28>
<param name="applet_width" value="360">
<param name="applet_height" value="28">

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

<param name="bgcolor" value="ffffff">
<param name="fontcolor" value="000000">
<param name="highlight_color" value="f06020">

<param name="delay_time" value="2000">
<param name="scroll_delay" value="8">
<param name="scroll_jump" value="3">

<param name="font_type" value="Arial">
<param name="font_size" value="16">
<param name="font_style" value="1">

<param name="text_alignment" value="center">
<param name="left_margin" value="10">

<param name="text1" value="Hi !">
<param name="link1" value="">

<param name="text2" value="Newsticker is a part of appletcollection.com">
<param name="link2" value="http://www.appletcollection.com/">

<param name="text3" value="Click here to visit appletcollection.com">
<param name="link3" value="http://www.appletcollection.com/">

<param name=target_frame value="_self">

<div style="position:absolute;width:0px; height:0px;overflow:hidden;visibility:hidden;"><a href="http://www.appletcollection.com/">Newsticker java applet, Copyright GD</a></div>

</applet>




Code explanations :

The following instructions describe the meaning of the available parameters for this applet:


<applet code="newsticker.class" width=400 height=18>

The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=newsticker.class identifies the name of the Java applet. The second part identifies the width of the applet (usually measured in screen pixels). Third part of the applet tag identifies the height of the applet (usually measured in screen pixels).

<param name="applet_width" value="400">

Width of the applet. Please do not forget 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 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).

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

Information about the Newsticker.

<param name=bgcolor value="000000">

Background color of the applet.

<param name="fontcolor" value="fffff0">

Text color.

<param name="highlight_color" value="eeee90">

Highlight text color.

<param name="delay_time" value="4000">

Delay period. The applet waits for next message.

<param name="scroll_delay" value="8">

Scroll delay.

<param name="scroll_jump" value="2">

scroll_jump is the distance in screen pixels to jump between frames.

<param name="font_type" value="Arial">

Font family (Arial,TimesRoman,Courier).

<param name="font_size" value="11">

Font size.

<param name="font_style" value="1">

Font style (0->Plain,1->Bold,2->Italic,3->Bold+Italic).

<param name="text_alignment" value="center">

This tag identifies alignment of messages. left or center.

<param name="left_margin" value="10">

Left margin of message text. (if text_alignment parameter is left)

<param name="textN" value="Welcome to quality Java Applets Home">

Message body. (N =1,2,3...,number of message). You must start at 1 and increase by 1 at each time.

<param name="linkN" value="http://www.appletcollection.com/">

The absolute URLs.

<param name=target_frame value="_self">

Target frame.

</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 (newsticker.class) into the directory containing the 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 (entirely single-spaced). 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
  • Usually the easiest way to customize the applet is cut 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 files 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 (newsticker.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 you see a NullPointerException displayed in the browser status-bar, it's most likely to be caused by a mistake in an image-based parameter. Check that paths and names of images are correct.
  • If the applet runs, but you can't make it do what you want it to do, please take another look at the documentation.




Newsticker Java Applet- Copyright (C) Gokhan Dagli


Popular Applets Collection Java Applets

Horizontal Menu Scroll

Advanced Newsticker

Advanced News 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