Package View

Class CustomerLoginView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class CustomerLoginView extends LoginView
The CustomerLoginView class represents the login view for customers in the application.

This class extends the LoginView class and provides the necessary components and functionality for customers to log in. It inherits the layout and behavior of the LoginView class and adds specific actions for customer login and registration.

See Also:
  • Constructor Details

    • CustomerLoginView

      public CustomerLoginView(App app)
      Constructs a CustomerLoginView with the specified parent application.
      Parameters:
      app - The parent application instance.
      See Also: