Class DeleteCustomerWindow

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

public class DeleteCustomerWindow extends JFrame implements ActionListener
The DeleteCustomerWindow class represents a GUI window for deleting a customer from the system.
See Also:
  • Constructor Details

    • DeleteCustomerWindow

      public DeleteCustomerWindow(MainWindow mainWindow)
      Constructs a DeleteCustomerWindow 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