Class LoginClient_GUI

Object
LoginClient_GUI
All Implemented Interfaces:
ActionListener, EventListener

public class LoginClient_GUI
extends Object
implements ActionListener
This class defines a new GUI for the software partition, and implements methods to login a Client object.
Version:
1.0
Author:
Tristan Parry
  • Constructor Summary

    Constructors
    Constructor Description
    LoginClient_GUI()
    This constructor creates a GUI for the LoginClient method of the BetterBanking software.
  • Method Summary

    Modifier and Type Method Description
    void actionPerformed​(ActionEvent ae)
    This method requests user input for username and password, accesses a BetterBanking Client file, and creates a Client object to manipulate in the program execution.
    static void loginClient()
    This method runs the GUI for the LoginClient_GUI class, by instantiating/running a LoginClient_GUI window object.

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoginClient_GUI

      public LoginClient_GUI()
      This constructor creates a GUI for the LoginClient method of the BetterBanking software.
  • Method Details

    • actionPerformed

      public void actionPerformed​(ActionEvent ae)
      This method requests user input for username and password, accesses a BetterBanking Client file, and creates a Client object to manipulate in the program execution.
      Specified by:
      actionPerformed in interface ActionListener
    • loginClient

      public static void loginClient()
      This method runs the GUI for the LoginClient_GUI class, by instantiating/running a LoginClient_GUI window object.