Delphi Clinic C++Builder Gate Training & Consultancy Delphi Notes Weblog Dr.Bob's Webshop
TDMWeb Kylix Developer's Guide
 Class untitled1.Applet1
See Also: JBuilder Papers
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class untitled1.Applet1

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----untitled1.Applet1

public class Applet1
extends Applet
Example comment. This will be shown in the documentation file for this class.


Constructor Index

 o Applet1()
Construct the applet

Method Index

 o destroy()
Destroy the applet
 o getAppletInfo()
Get Applet information
 o getParameter(String, String)
Get a parameter value
 o getParameterInfo()
Get parameter info
 o init()
Initialize the applet
 o jbInit()
Component initialization
 o main(String[])
Main method
 o start()
Start the applet
 o stop()
Stop the applet

Constructors

 o Applet1
 public Applet1()
Construct the applet

Methods

 o getParameter
 public String getParameter(String key,
                            String def)
Get a parameter value

Parameters:
key - String with key value
def - Definition for key value
 o init
 public void init()
Initialize the applet

Overrides:
init in class Applet
 o jbInit
 public void jbInit() throws Exception
Component initialization

Throws: Exception
Throws general exception
 o start
 public void start()
Start the applet

Overrides:
start in class Applet
 o stop
 public void stop()
Stop the applet

Overrides:
stop in class Applet
 o destroy
 public void destroy()
Destroy the applet

Overrides:
destroy in class Applet
 o getAppletInfo
 public String getAppletInfo()
Get Applet information

Overrides:
getAppletInfo in class Applet
 o getParameterInfo
 public String[][] getParameterInfo()
Get parameter info

Overrides:
getParameterInfo in class Applet
 o main
 public static void main(String args[])
Main method

Parameters:
args - Array of string with parameter values for program

All Packages  Class Hierarchy  This Package  Previous  Next  Index

This webpage © 1997-2010 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.