Class LoginFrame

java.lang.Object
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class LoginFrame extends JFrame implements ActionListener
This LoginFrame class provides the framework for a login access dialog to a database. The class provides the main frame used to allow the user entry to the application. Several input preferences must be specified in this login in order to establish a valid connection to a database.
See Also: