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

Packages that use BaseSimpleApplet
com.jmex.awt.applet   
 

Uses of BaseSimpleApplet in com.jmex.awt.applet
 

Subclasses of BaseSimpleApplet in com.jmex.awt.applet
 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;