org.lwjgl.util.applet
Class AppletLoader

java.lang.Object
  extended by java.awt.Component
      extended by java.awt.Container
          extended by java.awt.Panel
              extended by java.applet.Applet
                  extended by org.lwjgl.util.applet.AppletLoader
All Implemented Interfaces:
AppletStub, ImageObserver, MenuContainer, Serializable, Runnable, Accessible

public class AppletLoader
extends Applet
implements Runnable, AppletStub

The AppletLoader enables deployment of LWJGL to applets in an easy and polished way. The loader will display a configurable logo and progressbar while the relevant jars (generic and native) are downloaded from a specified source.

The downloaded jars are extracted to the users temporary directory - and if enabled, cached for faster loading in future uses.

The following applet parameters are required:

Additionally the following parameters can be supplied to tweak the behaviour of the AppletLoader.