Class hw1

Class hw1

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

public class hw1
extends Applet

Constructor Index

 o hw1()

Method Index

 o init()
Create the GUI elements and initialize the design

Constructors

 o hw1
  public hw1()

Methods

 o init
  public void init()
Create the GUI elements and initialize the design
Overrides:
init in class Applet