Skip to content

alimorgaan/Cinema-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

implementing MVC pattern with simple swing view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages