Module JavaApplet.Default_AWT

module Default_AWT: AWT
Default implementation for AWT applets.

val applet_info : JavaString.t
The value to be returned by the getAppletInfo(...) method.
 
val parameter_info : JavaApplet.parameter_info
The value to be returned by the getParameterInfo(...) method.
 
val init : JavaApplet.awt -> unit
The implementation of the init(...) method.
 
val start : JavaApplet.awt -> unit
The implementation of the start(...) method.
 
val stop : JavaApplet.awt -> unit
The implementation of the stop(...) method.
 
val destroy : JavaApplet.awt -> unit
The implementation of the destroy(...) method.