org.base.apps.example.bank.byhand
Class AccountApplication
java.lang.Object
org.base.apps.util.BaseNameable
org.base.apps.core.BaseApplication<D,C>
org.base.apps.core.swing.SwingApplication<Account,Component>
org.base.apps.example.bank.byhand.AccountApplication
- All Implemented Interfaces:
- Application<Account,Component>, Nameable, Named
public class AccountApplication
- extends SwingApplication<Account,Component>
An example of creating a BASE Application manually;
that is, not using BASE annotations to generate one.
- Author:
- Kevan Simpson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.base.apps.util.Named |
getName |
AccountApplication
public AccountApplication()
createView
protected Component createView()
- Specified by:
createView in class SwingApplication<Account,Component>
- See Also:
SwingApplication.createView()
main
public static void main(String[] args)
Copyright 2011, Blue Agate Software Entity (BASE)