Class MenuView

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MenuView extends JPanel
Provides a management interface for viewing and modifying the digital menu. This component allows managers to perform real-time updates to item pricing and add new products to the PostgreSQL 'menuitems' table. Adding a new item automatically triggers the recipe configuration workflow to ensure data integrity across relational tables. * @author Team 60
See Also:
  • Constructor Details

    • MenuView

      public MenuView(Connection conn)
      Initializes the menu management view with a database connection and populates the item table from current records. * @param conn The active SQL connection used for CRUD operations on menu data.