Class JMail.JMailStart
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JMail.JMailStart

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----JMail.JMailStart

public class JMailStart
extends Applet
Class to handle the initial button that shows up on the web page.

Constructor Index

 o JMailStart()

Method Index

 o action(Event, Object)
Called if an action occurs in the Component
 o getAppletInfo()
 o getParameterInfo()
 o init()
Initializes the applet.
 o paint(Graphics)
Method to paint the button on the web page

Constructors

 o JMailStart
  public JMailStart()

Methods

 o getParameterInfo
  public String[][] getParameterInfo()
Overrides:
getParameterInfo in class Applet
 o getAppletInfo
  public String getAppletInfo()
Overrides:
getAppletInfo in class Applet
 o init
  public void init()
Initializes the applet. You never need to call this directly, it is called automatically by the system once the applet is created.
Overrides:
init in class Applet
See Also:
init
 o paint
  public void paint(Graphics g)
Method to paint the button on the web page
Parameters:
Graphics - g the page the button will be painted on
Overrides:
paint in class Component
 o action
  public boolean action(Event evt,
                        Object obj)
Called if an action occurs in the Component
Parameters:
evt - the event
what - the action that's occuring
Overrides:
action in class Component
See Also:
action

All Packages  Class Hierarchy  This Package  Previous  Next  Index