Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T20:45:26.000Z (10 months ago)
- Last Synced: 2024-11-06T12:56:31.800Z (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
![alt text](https://github.com/maxgfr/ReminderMax/blob/master/screen/capture1.png)
## Design Pattern used
### Memento pattern
![alt text](https://github.com/maxgfr/ReminderMax/blob/master/screen/memento.gif)
### Command pattern
![alt text](https://github.com/maxgfr/ReminderMax/blob/master/screen/command.png)
### Singleton pattern used by class `Converter`
![alt text](https://github.com/maxgfr/ReminderMax/blob/master/screen/singleton.png)