iebb


Sample HTML Source:

<applet code=iebb.class width=225 height=60>

<!-- menu filename when mouse is on -->
<param name=onimage value=iebb2_on.gif>

<!-- menu filename when mouse is off -->
<param name=offimage value=iebb2_off.gif>

<!-- delay between screen refreshing -->
<param name=delay value=100>

<!-- how many buttons -->
<param name=nbuttons value=5>

<!-- setup for each button -->
<!-- Format: xl xh yl yh|URL|string|frame -->
<!--    frame options are as follows -->
<!--       _self   = current frame -->
<!--       _parent = parent frame -->
<!--       _top    = top-most frame -->
<!--       _blank  = new unnamed top-level frame -->
<!--       x       = new top-level frame named x -->
<param name=button0 value="0 44 0 59|http://javaboutique.com|_self"> 
<param name=button1 value="45 89 0 59|http://javaboutique.com/applet_index/|_self">
<param name=button2 value="90 134 0 59|http://javaboutique.com/articles/|_self">
<param name=button3 value="135 179 0 59|http://javaboutique.com/aotw/|_self">
<param name=button4 value="180 224 0 59|http://javaboutique.com/forum/faq.html|_self">
</applet>

Back to iebb


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.