-1
I can’t understand what this applet stops at, does anyone explain to me? And why does the applet have that Rchive that points to a jar? Why do they stop?
<applet code="TesteApplet.class" archive="agora.jar" width=160 height=120>
<param name="campo" value="senha">
<param name="formulario" value="formulario">
</applet>
Why do I need to point to a jar? That jar is my applet?
– Aline