Uses of Class
com.jmex.awt.applet.BaseApplet

Packages that use BaseApplet
com.jmex.awt.applet   
 

Uses of BaseApplet in com.jmex.awt.applet
 

Subclasses of BaseApplet in com.jmex.awt.applet
 class BaseSimpleApplet
          see BaseSimpleGame
 class SimpleApplet
          LWJGL2 Applet imlpementation similar to SimpleGame A addComponentListener is added in the initSystem Method, to enable applet resizing.
 class SimplePassApplet
          LWJGL2 Applet imlpementation similar to SimplePassGame
A addComponentListener is added in the initSystem Method, to enable applet resizing.
For use with passes which need stencil bits set(Shadow pass for example.), stencil bits
can be set in the applets constructor.
stencilBits = 1;