All Packages  This Package  Class Hierarchy  Class Search  Index

Class bmsi.fsp.testfs
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----bmsi.fsp.testfs

  Summary

public class  testfs
     extends java.awt.Frame
     implements java.awt.event.KeyListener
{
          // Constructors 1
     public testfs();

          // Methods 7
     public static void main(String[]);

     public void center();
     public void keyPressed(KeyEvent);
     public void keyReleased(KeyEvent);
     public void keyTyped(KeyEvent);
     public void paint(Graphics);
     public void setSize(Dimension);
}

Test basic window operations for FS AWT implementation.

Author:
Stuart D. Gathman Copyright (C) 2000 Business Management Systems, Inc.




  Constructors

· testfs

Summary  |  Top

   public testfs() 


  Methods

· center

Summary  |  Top
   public void center() 


· setSize

Summary  |  Top
   public void setSize(Dimension s) 
Overrides:
setSize in class Component


· paint

Summary  |  Top
   public void paint(Graphics g) 
Overrides:
paint in class Container


· keyPressed

Summary  |  Top
   public void keyPressed(KeyEvent e) 
Implements:
keyPressed in interface KeyListener


· keyTyped

Summary  |  Top
   public void keyTyped(KeyEvent e) 
Implements:
keyTyped in interface KeyListener


· keyReleased

Summary  |  Top
   public void keyReleased(KeyEvent e) 
Implements:
keyReleased in interface KeyListener


· main

Summary  |  Top
   public static void main(String[] argv) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7