Document Editor Application using Design Patterns
The Above is an application that is a Document Editor using various Design Patterns. Design Patterns used are -
- Builder Design Pattern
- Composite Design Pattern
- Abstract Factory Design Pattern
- Command Design Pattern
- Decorator Design Pattern
- Bridge Design Pattern
For other operations such as Copying and Pasting text, libraries have been used which will be listed in the above folders.
The entire application has been developed on Netbeans 8.2 IDE Programming Language Used : Java
These libraries that wer ediscussed above will have to be copied and pasted in the library section of the New Project folder created for development of the application.