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.
-
JMailStart()
-
-
action(Event, Object)
- Called if an action occurs in the Component
-
getAppletInfo()
-
-
getParameterInfo()
-
-
init()
- Initializes the applet.
-
paint(Graphics)
- Method to paint the button on the web page
JMailStart
public JMailStart()
getParameterInfo
public String[][] getParameterInfo()
- Overrides:
- getParameterInfo in class Applet
getAppletInfo
public String getAppletInfo()
- Overrides:
- getAppletInfo in class Applet
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
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
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