★ wanayoo — archive 1999 http://java.sun.com/openstudio/applets/logo.htmlNouvelle recherche | Portail wanayoo
Java Technology Home Page
Downloads, APIs, Documentation
Java Developer Connection
Docs, Tutorials, Tech Articles, Training
Online Support
Community Discussion
News & Events from Everywhere
Products from Everywhere
How Java Technology is Used Worldwide

A-Z Index

The Source for Java Technology

LOGO APPLET
Open Studio | Adding Applets | Freebie Applets | Resources
What Is JavaTM Technology | Tutorial | Java Developer Connection


Download Now (This file contains all the applets - download only once)

The Logo applet displays an animated logo. If the logo is clicked, the browser loads a specified url.

It has the following parameters:

bgcolor The background color of the applet in RGB hexadecimal.
delay The delay between frames in milliseconds.
image The URL of the a film strip image to display. (relative to the where the .class files exist.)
link A URL to load if the applet is clicked.
number The number of frames in the image.
loop The number of times to loop through the animation. If loop is not defined or set to 0, the applet loops indefinitely.

The animated logo is constructed from an image that contains all the frames horizontally, one after another. It looks very similiar to a film strip. See the following image for an example.

For example:

<applet codebase="classes" code="JavaLogo.class" width="100" height="100" >
<param name="bgcolor" value="ffffff">
<param name="delay" value="100">
<param name="image" value="../images/spin.gif">
<param name="link" value="http://java.sun.com/">
<param name="number" value="4">
</applet>

This applet displays an animated logo. If you click on the logo the browser will load the http://java.sun.com page.

See also: Clock | Banner | Glossary | Quote | Logo

If you have any suggestions or comments regarding the contents of this page, we welcome your feedback.


[ This page was updated: 11-Oct-99 ]

Products & APIs | Developer Connection | Docs & Training | Support
Community Discussion | Industry News | Solutions Marketplace | Case Studies
Glossary - Applets - Tutorial - Employment - Business & Licensing - Java Store - Java in the Real World
Feedback | Map | A-Z Index

For more information on Java technology
and other software from Sun Microsystems, call:
(800) 786-7638
Outside the U.S. and Canada, dial your country's AT&T Direct Access Number first.
Sun Microsystems, Inc.
Copyright © 1995-2000 Sun Microsystems, Inc.
All Rights Reserved. Terms of Use. Privacy Policy.