All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.awt.SimpleTransFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----benno.account.awt.SimpleTransFrame

public final class SimpleTransFrame
extends Frame
This allows the user to create a new simple transaction and will allow the user to edit a simple transaction when I have coded it.

Version:
$Revision: 1.20 $
Author:
Ben Clifford

Constructor Index

 o SimpleTransFrame()
Will create a new transaction.
 o SimpleTransFrame(Transaction)
Will allow editing of existing transaction

Method Index

 o close()

Constructors

 o SimpleTransFrame
 public SimpleTransFrame()
Will create a new transaction.

 o SimpleTransFrame
 public SimpleTransFrame(Transaction tr)
Will allow editing of existing transaction

Methods

 o close
 public void close()

All Packages  Class Hierarchy  This Package  Previous  Next  Index