Minnal


This applet features many cool effects, such as horizontal scrolling, vertical scrolling, zooming, fading, multicolors etc. You can achieve multiple effects with this one applet. Very slick!


Usage: Place Minnal.class within your HTML directory.

Java Source: not available

HTML Source:

<APPLET CODE="Minnal.class" WIDTH=250 HEIGHT=50>
  <param  NAME="BGCOLOR" VALUE="#C0C0C0">
  <param  NAME="FGCOLOR" VALUE="#FF0000">
  <param  NAME="FONTSTYLE" VALUE="ITALIC">
  <param  NAME="SPEED"   VALUE="50">
  <param  NAME="TOTAL"   VALUE="1">
  <param  NAME="EFFECT"  VALUE="HSCROLL">
  <param  NAME="QUOTE_1" VALUE="This is an example of Horizantal scrolling">
</APPLET>

  • FONT : Name of the font ( Default is TimesRoman )
  • FONTSIZE : Size of the Font (Optional)
  • FONTSTYLE : BOLD, ITALIC, BOLDITALIC or PLAIN
  • DURATION : Period of stay during fade (Default 3 Secs)
  • SPEED : Spped of Scrolling (Default is 80)
  • EFFECT : FADE, VSCROLL, HSCROLL, ZOOM or COLORS
  • FGCOLOR : Foreground Color specified as "#------"
  • BGCOLOR : Background Color specified as "#------"
  • TOTAL : Total number of quotes ( Mandatory Parameter )
  • QUOTE_X : Quote strings, should match with TOTAL.

Author: Elango Sampandam


How to Add Java Applets to Your Site

New on the Java Boutique:

New Review:

Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

New Applet:

Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

Elsewhere on internet.com:

WebDeveloper Java
Lots of Java information on webdeveloper.com

WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.

ScriptSearch Java
Hundreds of free Java code files to download.

jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.