Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)