Carlos Alberto Roman Zamitiz wrote:
>
> Continuing with "Cliente.java"...
> I converted Cliente.java to applet and works fine, but I created other
> applet into the same page and the second applet calls method
> enviarPeticion(), which is synchronized and static.
>
> ...
> Applet cliente=null;
>
Continuing with "Cliente.java"...
I converted Cliente.java to applet and works fine, but I created other
applet into the same page and the second applet calls method
enviarPeticion(), which is synchronized and static.
...
Applet cliente=null;
cliente=appletContext.getApplet("cliente");
((Cliente)