All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mypackage.MyApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----mypackage.MyApplet

public class MyApplet
extends Applet
implements Remote
This class implements the Graphical User Interface for the system

Version:
1.0
Author:
Vicky Shiv

Variable Index

 o b_clear
Awt Componet Button to Clear the fields
 o b_ok
Awt Componet Button Ok
 o choice
String variable to stores which operation should be performed on OK button
 o frame
Invisable frame so that you can have error message dialog box to display messages
 o Group1
Awt Componet CheckboxGroup
 o label1
Awt Componet Label
 o label2
Awt Componet Label
 o label3
Awt Componet Label
 o r_administrator
Awt Componet Checkbox for the administrator
 o r_student
Awt Componet Checkbox for the student
 o server
Refernce to store the Server object
 o tf_login
Awt Componet TextField for the login
 o tf_password
Awt Componet TextField for the password

Constructor Index

 o MyApplet()

Method Index

 o handleEvent(Event)
to handle diffrent windows event
 o init()
This Function Initalized the Applet

Variables

 o r_student
 Checkbox r_student
Awt Componet Checkbox for the student

 o Group1
 CheckboxGroup Group1
Awt Componet CheckboxGroup

 o r_administrator
 Checkbox r_administrator
Awt Componet Checkbox for the administrator

 o b_clear
 Button b_clear
Awt Componet Button to Clear the fields

 o b_ok
 Button b_ok
Awt Componet Button Ok

 o tf_login
 TextField tf_login
Awt Componet TextField for the login

 o tf_password
 TextField tf_password
Awt Componet TextField for the password

 o label1
 Label label1
Awt Componet Label

 o label2
 Label label2
Awt Componet Label

 o label3
 Label label3
Awt Componet Label

 o server
 iServer server
Refernce to store the Server object

 o choice
 String choice
String variable to stores which operation should be performed on OK button

 o frame
 Frame frame
Invisable frame so that you can have error message dialog box to display messages

Constructors

 o MyApplet
 public MyApplet()

Methods

 o init
 public void init()
This Function Initalized the Applet

Overrides:
init in class Applet
 o handleEvent
 public boolean handleEvent(Event event)
to handle diffrent windows event

Overrides:
handleEvent in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1