Step 1) Ensure you have the latest version of Java JDK/JRE installed --> Java JDK/JRE
Step 2) Download 305-final.jar
from this repository by clicking this link --> Download
Step 3) Copy the absolute path of 305-final.jar
from the download location on your local machine
Step 4) Open your local machine's command prompt
Step 5) Type into your command prompt and press Enter:
java -jar "absolute path of your 305-final.jar"
OR
Double click the 305-final.jar file on your local machine
This project is a Java application that allows users to create UML diagrams, as well as generate template code in Java for their UML diagrams. It supports the ability to emphasize design patterns in user's UML diagrams by allowing users to attach patterns to classes. Design patterns can be connected visually with lines to emphasize relationships such as between observers and observable classes. In addition, this application supports UML connections between classes such as association, aggregation, composition, generalization, and realization. Once a user presses run, under the tools menu bar options, the program will generate template code as well as allow users to modify the template to start creating java programs. Users can save their work to their local machine's desktop in the form of a .ser (a Java serialized object file) and open .ser files to continue their work. This application provides an easy to understand/use interface for a user to quickly develop UML diagrams and start generating code.