All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class net.SendMail
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----net.SendMail
  -  public class SendMail
  -  extends java.applet.Applet
   
  -   SendMail() SendMail()
-  
   
  -   init() init()
-   Initialize the applet.
  
-   main(String[]) main(String[])
-   Main routine, for standalone program execution
  
-   send() send()
-   Send an e-mail message.
  
-   showStatus(String) showStatus(String)
-   Show status to the user.
   
 SendMail
SendMail
 public SendMail()
   
 init
init
 public void init()
  -  Initialize the applet.
   
- 
    -  Overrides:
    
-  init in class java.applet.Applet
  
 
 showStatus
showStatus
 public void showStatus(java.lang.String s)
  -  Show status to the user.
   
- 
    -  Overrides:
    
-  showStatus in class java.applet.Applet
  
 
 send
send
 public void send() throws java.io.IOException, java.lang.Exception
  -  Send an e-mail message.
 
 main
main
 public static void main(java.lang.String args[])
  -  Main routine, for standalone program execution
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index