Class TestApplet
<default>
java.lang.Object
  java.awt.Component
      java.awt.Container
          java.awt.Panel
              java.applet.Applet
                  TestApplet
All Implemented Interfaces:
java.awt.image.ImageObserver, javax.accessibility.Accessible

public class TestApplet
extends Applet
The sample applet that collects a report and submits it through the Web.
Author:
TogetherSoft
See Also:  Node Documentation, UI Documentation

Inner classes inherited from class java.applet.Applet
Applet.AccessibleApplet
Inner classes inherited from class java.awt.Panel
Panel.AccessibleAWTPanel
Inner classes inherited from class java.awt.Container
Container.AccessibleAWTContainer
Inner classes inherited from class java.awt.Component
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy
Field Summary
private Panel
private Panel
private Button
private Panel
private Panel
private Button
private Dialog
private Label
private Label
private TextArea
private Button
Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
Fields inherited from interface java.awt.image.ImageObserver
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
Method Summary
void
private void
void
void
String
void
private void
initGUI()
This method is called from within the init() method to initialize the form.
void
void
void
void
Methods inherited from class java.applet.Applet
destroy, getAppletInfo, init, start, stop
Field Detail
contentPanel
private Panel contentPanel = new Panel()
See Also:  UI Component

buttonPanelContainer
private Panel buttonPanelContainer = new Panel()
See Also:  UI Component

reportTextArea
private TextArea reportTextArea = new TextArea()
See Also:  UI Component

reportLabel
private Label reportLabel = new Label()
See Also:  UI Component

submitButton
private Button submitButton = new Button()
See Also:  UI Component

clearButton
private Button clearButton = new Button()
See Also:  UI Component

butttonPanel
private Panel butttonPanel = new Panel()
See Also:  UI Component

reportEmptyDialog
private Dialog reportEmptyDialog = new Dialog(new Frame())
See Also:  UI Component

dialogButtonPanel
private Panel dialogButtonPanel = new Panel()
See Also:  UI Component

dialogOkButton
private Button dialogOkButton = new Button()
See Also:  UI Component

reportEmptyLabel
private Label reportEmptyLabel = new Label()
See Also:  UI Component
Method Detail
init
public void init()
Overrides:
init in class Applet

start
public void start()
Overrides:
start in class Applet

stop
public void stop()
Overrides:
stop in class Applet

destroy
public void destroy()
Overrides:
destroy in class Applet

getAppletInfo
public String getAppletInfo()
Overrides:
getAppletInfo in class Applet

initGUI
private void initGUI()
This method is called from within the init() method to initialize the form.

clearButtonActionPerformed
public void clearButtonActionPerformed(ActionEvent e)

submitButtonActionPerformed
public void submitButtonActionPerformed(ActionEvent e)

closeReportEmptyDialog
private void closeReportEmptyDialog()

reportEmptyDialogWindowClosing
public void reportEmptyDialogWindowClosing(WindowEvent e)

dialogOkButtonActionPerformed
public void dialogOkButtonActionPerformed(ActionEvent e)