Repository files navigation Text Editor (Two Views) + UML
Origin Developed as part of a course in Java, UML and Design Patterns at Karlstad University.
Objective A simple text editor where users can switch between a swing-, and console view.
Status 🟢 Complete/Functional
UML Diagrams were developed using the PlantUML plugin for FigJam
UML Diagrams can be found in (assets/images)
UML Diagrams:
Use Case diagram
Sequence diagrams
Class diagram
(v1): plantUML syntax to recreate diagrams
(v2): text editor + swing view
(v3): text editor + swing view + console view
Logic MVC
Tech Stack Java + Java Swing (Eclipse IDE)
Edit .txt files
Save .txt files
Switch between a swing-, and console view.
Clone the repository
Open in IDE of your choice
Implementing a factory-pattern to instantiate new view-instances
Writing strict MVC with one class communicating per layer
Analyze -> Diagram -> Implement pipeline
UML syntax
You can’t perform that action at this time.