Animated Menu Three Java Applet



This applet quickly adds an animated button bar to your web pages. Both vertical and horizontal displays are supported. Highly customizable!

How To Use:

  • Download menuthree.zip (70.8 KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <applet code="menu_three.class" width="180" height="200">
    
    <param name="applet_width" value="150">
    <param name="applet_height" value="180">
    
    <param name="copyright" value="Copyright (c) 2002 Secret Plus Inc.,www.secretplus.com">
    <param name="regcode" value="">
    
    <param name="bgcolor" value="FFFFFF">
    
    <param name="button_image" value="rimg.gif">
    <param name="mouseover_button_image" value="rimg2.gif">
    <param name="click_button_image" value="rimg6.gif">
    
    <param name="anim_speed" value="4">
    <param name="text_yoffset" value="-1">
    
    <param name="text_align" value="center">
    <param name="text_color" value="ffffff">
    <param name="mouseover_text_color" value="FFFFFF">
    <param name="click_text_color" value="90ff90">
    
    <param name="font_type" value="Courier">
    <param name="font_size" value="16">
    <param name="font_style" value="1">
    
    <param name="text_left_margin" value="5">
    
    <!-- First button-->
    <param name="button_xy_position1" value="0,0">
    <param name="button1" value="Home Page">
    <param name="link1" value="http://www.secretplus.com/animatedmenu/">
    <param name="status_bar_msg1" value="Home Page">
    <param name="target_frame1" value="_self">
    
    
    <!-- Second button-->
    <param name="button_xy_position2" value="0,40">
    <param name="button2" value="Products">
    <param name="link2" value="http://www.secretplus.com/animatedmenu/">
    <param name="status_bar_msg2" value="Products">
    <param name="target_frame2" value="_self">
    
    
    <!-- Third button-->
    <param name="button_xy_position3" value="0,80">
    <param name="button3" value="News">
    <param name="link3" value="http://www.secretplus.com/animatedmenu/">
    <param name="status_bar_msg3" value="News">
    <param name="target_frame3" value="_self">
    
    
    <!-- Fourth button-->
    <param name="button_xy_position4" value="0,120">
    <param name="button4" value="Site Map">
    <param name="link4" value="http://www.secretplus.com/animatedmenu/">
    <param name="status_bar_msg4" value="Site Map">
    <param name="target_frame4" value="_self">
    
    
    <!-- Fifth button-->
    <param name="button_xy_position5" value="0,160">
    <param name="button5" value="Contact">
    <param name="link5" value="http://www.secretplus.com/animatedmenu/">
    <param name="status_bar_msg5" value="Contact">
    <param name="target_frame5" value="_self">
    
    </applet>
    

    Status: Free

    Author:SecretPlus

    Upload Date:

    January 15, 2003

    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.