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
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.
public testfs()
public void center()
public void setSize(Dimension s)
- Overrides:
- setSize in class Component
public void paint(Graphics g)
- Overrides:
- paint in class Container
public void keyPressed(KeyEvent e)
- Implements:
- keyPressed in interface KeyListener
public void keyTyped(KeyEvent e)
- Implements:
- keyTyped in interface KeyListener
public void keyReleased(KeyEvent e)
- Implements:
- keyReleased in interface KeyListener
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