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
-
b_clear
- Awt Componet Button to Clear the fields
-
b_ok
- Awt Componet Button Ok
-
choice
- String variable to stores which operation should be performed
on OK button
-
frame
- Invisable frame so that you can have error message dialog box to
display messages
-
Group1
- Awt Componet CheckboxGroup
-
label1
- Awt Componet Label
-
label2
- Awt Componet Label
-
label3
- Awt Componet Label
-
r_administrator
- Awt Componet Checkbox for the administrator
-
r_student
- Awt Componet Checkbox for the student
-
server
- Refernce to store the Server object
-
tf_login
- Awt Componet TextField for the login
-
tf_password
- Awt Componet TextField for the password
-
MyApplet()
-
-
handleEvent(Event)
- to handle diffrent windows event
-
init()
- This Function Initalized the Applet
r_student
Checkbox r_student
- Awt Componet Checkbox for the student
Group1
CheckboxGroup Group1
- Awt Componet CheckboxGroup
r_administrator
Checkbox r_administrator
- Awt Componet Checkbox for the administrator
b_clear
Button b_clear
- Awt Componet Button to Clear the fields
b_ok
Button b_ok
- Awt Componet Button Ok
tf_login
TextField tf_login
- Awt Componet TextField for the login
tf_password
TextField tf_password
- Awt Componet TextField for the password
label1
Label label1
- Awt Componet Label
label2
Label label2
- Awt Componet Label
label3
Label label3
- Awt Componet Label
server
iServer server
- Refernce to store the Server object
choice
String choice
- String variable to stores which operation should be performed
on OK button
frame
Frame frame
- Invisable frame so that you can have error message dialog box to
display messages
MyApplet
public MyApplet()
init
public void init()
- This Function Initalized the Applet
- Overrides:
- init in class Applet
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