/UML-Visualizer

An UML visualizer for java project

Primary LanguageJava

UML-Visualizer

  • Desktop Application for visualizing Java projects
  • Made by college students

Main features

  • Visualizing Java project as a diagram
  • Save diagram as image
  • Save relationship and class informations as text
  • Dynamic diagram searching
  • Support zooming and moving diagrams

Getting started

  • If you are a user: Just run the UML-Visualizer.jar file with JVM
  • If you are a developer: Clone the project and add it to you IDE of choice. All dependencies are included in the /lib directory. Just add them to your IDE, no downloading needed.

Screenshots

Dependencies

Authors

Notes

  • The diagram only shows realization and association relationships
  • Does not support some components such as Enum, Generics of Generics, etc
  • Cannot handle large amount of classes very well (say about 50 classes)
  • Developed in roughly 14 days