CFP System with GUI
A Swing program used to manage CFP database.
Components
- CFP class: Responsible for information collection and conversion.
- Cache class: Implemented using Singleton Design to store drafts, prevent mistakes, and avoid illegal inputs.
- MysqlFuntion class: Provides the DB connection API, which is used by the swing GUI codes.
- GUI_3421A3 class: Handles the Swing GUI and all button functions.
Source Code
All source code for this project is available on GitHub.
Feel free to explore and contribute!