Java applets

Properties

Sending GET and POST requests

Integrate a Java applet with Javascript

  • Create a public method in the applet, e.g., somePublicMethod().
  • Assign the id and name attributes of the HTML applet tag with "someAppletId". This name does not have to the same as the class name of the applet.
  • Call the method from Javascript: document.applets['someAppletId'].somePublicMethod()

Fonts

Anti-aliasing

Listing fonts