You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java program for renting/adding apartments, using Excel file for DB, and Swing for GUI. Design-patterns included: MVC (Model-View-Controller), Singleton, Observer.
A simple program for renting/adding appartments using database stored in Excel file, written in Java and Swing for GUI.
According to the Model-View-Controller (MVC) pattern.
About
Java program for renting/adding apartments, using Excel file for DB, and Swing for GUI. Design-patterns included: MVC (Model-View-Controller), Singleton, Observer.