Class CashierApp

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

public class CashierApp extends JFrame
Serves as the primary frame for the standalone Cashier application. This class initializes the user environment for front-end staff, establishing a connection to the database via dbSetup and managing the transition between the order entry screen and the payment processing panel. * @author Team 60
See Also:
  • Constructor Details

    • CashierApp

      public CashierApp()
      Constructs the main cashier application window and initializes the layout container for transaction management.
  • Method Details

    • main

      public static void main(String[] args)