|
NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems
ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en:
http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com. |
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂtulo en concreto puede realizar una donación directa mediante Paypal:
|
- Which classes can an applet extend?
- How do you cause the applet GUI in the browser to be refreshed when data in it may have changed?
- For what do you use the
start()method?
- True or false: An applet can make network connections to any host on the Internet.
- How do you get the value of a parameter specified in the
APPLETtag from within the applet's code?
- True or false: An applet can run multiple threads.
- Match the following tag names with the descriptions in the following lists:
EMBEDtagAPPLETtagOBJECTtag
- Use to deploy applets to a multi-browser environment.
- Use to deploy applets that are to be used only with the Mozilla family of browsers
- Use to deploy applets that are to be used only with Internet Explorer
Check your answers.
- For an applet using the
Exerciseclass, write theApplettag that sets theButtonNameparameter toSave.
- Write the method to display an applet in the browser, so that the contents are contained in a rectangle around the phrase "Exercise Applet". Have the applet be one pixel less than the size specified on the web page, and the phrase starting at the coordinates 5, 15.