hi all..i have a question ..and need help please... i have this applet code and i don't know how to use applets ....so i want to put this code in a single class if it can be made..coz i don't know anything about applets...and i want to join it with my application ..and thnx in advance
the code is
<APPLET archive="burnshow.jar" code="burnshow.class" width=500 height=400>
<param name="maximages" value="7">
<param name="image1" value="image1.gif">
<param name="image2" value="image2.gif">
<param name="image3" value="image3.gif">
<param name="target" value="_blank">
<param name="delay" value="2000">
<param name="bgcolor" value="006020">
<param name="format" value="stretch">
<param name="direction" value="up">
<param name="fgmax" value="1">
<param name="fgimage1" value="6app2.gif">
<param name="fgxmove1" value="0">
<param name="fgypos1" value="0">
</APPLET>
fgmax: Number of foreground images to load
fgdivide:Number of the highest layer image taht will appear below the scrolling text.
fgimage# :Optional image that will be draw in the foreground of the starfield.
fgxpos#:The X position of the foreground image.
fgypos#: The Y position of the foreground image.
and please if u can put an example for me ..and thnx