All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.applets.Birthday

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----benno.applets.Birthday

public class Birthday
extends Applet

Variable Index

 o ginput
 o ginputl
 o input
 o inputl
 o output

Constructor Index

 o Birthday()

Method Index

 o compute()
 o init()

Variables

 o inputl
 public Label inputl
 o input
 public TextField input
 o output
 public Label output
 o ginputl
 public Label ginputl
 o ginput
 public TextField ginput

Constructors

 o Birthday
 public Birthday()

Methods

 o init
 public void init()
Overrides:
init in class Applet
 o compute
 public void compute()

All Packages  Class Hierarchy  This Package  Previous  Next  Index