Mini Note is any word processing program that you can use to type and edit text.
- Java11
- Javafx11
run file Main.java in src/application
- save text to file .txt
- delete file text form storage
- search file text form storage
- sort file sort file by name,size, and last modified(default is sort by last modified)
Singleton Define the ReaderFile,WriteFile, and DeleteFile class as the class that use singleton pattern for avoid program calling many time.
Stategy Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from the clients that use it in this project controller is the class that change behavior of sort feature.
Front controller Controller class is used to provide a centralized request handling mechanism so that all requests will be handled by a single handler.
Vichakorn Yotboonrueang 6010545889