Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashiishme/java-swing-mvc
Java swing application boilerplate with model view controller (MVC) design patterns.
https://github.com/ashiishme/java-swing-mvc
java javaswing model-view-controller mvc mvc-architecture mvc-pattern
Last synced: 3 months ago
JSON representation
Java swing application boilerplate with model view controller (MVC) design patterns.
- Host: GitHub
- URL: https://github.com/ashiishme/java-swing-mvc
- Owner: ashiishme
- License: mit
- Created: 2019-05-09T08:46:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T11:49:19.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T18:45:09.605Z (9 months ago)
- Topics: java, javaswing, model-view-controller, mvc, mvc-architecture, mvc-pattern
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 46
- Watchers: 3
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Swing MVC Boilerplate
A simple Java swing project based on Model View Controller design patterns.
You can start your new project right away from this boilerplate with some minor changes.
This project shows how to implement Model View Controller with file handling and basic Object Oriented Programming principles.
It helps you to add user details, write those details to a text file and read those files to load into table.
## Change Log