Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : Java : Articles and Tutorials : Applets


Links
  • An Introduction to Java (applets) - An introduction to Java by demonstrating a Java applet. Briefly discusses the AWT, events, panels, applet parameters, and images. Free source code.
  • Building a chat applet - Part 1 - A strange name for an article that discusses Perl. This article mostly discusses the Perl server needed for the Java chat applet. Free source code. (Perl)
  • Applet parameterization via class reflection - Parameterizing an applet can be tedious, involving repetitive lines of code in the applet's init() method. But all these lines can be replaced by a single one, thanks to the class reflection mechanism.
  • Browser upgrades - This tip discusses the browser choices and explains how to upgrade Navigator 4.04 on Windows 95/NT to work with 1.1 applets.
  • How to create a reusable MessageBox class - Presents a reusable MessageBox class for JDK 1.1+. Lets you display a message and clickable buttons in a browser window, and gather a response from the user. An optional image and multiline messages are supported.
  • Improve your applet's download performance - This tip shows you how to determine which classes are actually loaded by your Web browser at run time. This technique will help you create a zip file with the optimum size for running your applet using Navigator's Java console.
  • Introducing Java - your first applet - Introduces the Java language through the study of an applet. Build a simple GUI, handle events, how to read data, and invoke the browser's e-mail program from an applet.
  • Multi-threading in Java - A tour through concurrent programming, including basic mechanisms (synchronized, wait() and notifyAll()) on which all techniques are based. Demonstrates how to painlessly inject multithreading in applets.
Related Categories