https://github.com/maxgfr/reminder-javafx
Reminder which lets an user to create his own alert in JavaFX | Material design
https://github.com/maxgfr/reminder-javafx
auto-save command command-pattern design-pattern design-patterns javafx material-design memento memento-pattern notifications redo reminder serialization undo
Last synced: 17 days ago
JSON representation
Reminder which lets an user to create his own alert in JavaFX | Material design
- Host: GitHub
- URL: https://github.com/maxgfr/reminder-javafx
- Owner: maxgfr
- Created: 2017-02-02T18:35:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T20:45:26.000Z (about 1 year ago)
- Last Synced: 2025-02-16T22:17:56.467Z (3 months ago)
- Topics: auto-save, command, command-pattern, design-pattern, design-patterns, javafx, material-design, memento, memento-pattern, notifications, redo, reminder, serialization, undo
- Language: Java
- Homepage:
- Size: 3.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reminder-javafx
Reminder which lets an user to create his own alert | Material design
The program was written in Java FXML
## The application

## Design Pattern used
### Memento pattern

### Command pattern

### Singleton pattern used by class `Converter`
