Package com.jmex.awt.applet

Class Summary
AppletResizeListener ComponentListener for use with the newer lwjgl2 Applets.
Listens for resize events from an Applet and reinitializes the Renderer.
BaseApplet Base class for lwjgl2 kind if Applets, similar to BaseGame.
Display.setParent() is called in the applets start method.
BaseSimpleApplet see BaseSimpleGame
SimpleApplet LWJGL2 Applet imlpementation similar to SimpleGame A addComponentListener is added in the initSystem Method, to enable applet resizing.
SimpleJMEApplet  
SimpleJMEPassApplet  
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;
StandardApplet LWJGL2 Applet imlpementation similar to StandardGame
 

Enum Summary
StandardApplet.GameType