Class AddCustomerWindow

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class AddCustomerWindow extends JFrame implements ActionListener
The AddCustomerWindow class represents a GUI window for adding a new customer to the system.
See Also:
  • Constructor Details

    • AddCustomerWindow

      public AddCustomerWindow(MainWindow mainWindow)
      Constructs an AddCustomerWindow object.
      Parameters:
      mainWindow - The main window of the application
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent ae)
      Handles the action events triggered by the buttons in the window.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      ae - The action event