/Cinema-MVC

implementing MVC pattern with simple swing view

Primary LanguageJava

Cinema-MVC

Implementing MVC design pattern with java swing view

  • View Class : contains GUI components, Interfacing with the user .

  • Model Class : contains data and software logic .

  • Controller Class : responsible for handling the user interactions , uses the model and the view to deliver or update data .

  • UML Class Diagram

UML Diagram (1)

  • Adding Movie Sequence Diagram

Sequence diagram (1)

  • Buy Ticket Sequence Diagram

ticket (2)

Screenshots

  • Admin Page

admin

  • Customer Page

cus tick