LWJGL Forum

Programming => General Java Game Development => Topic started by: Greenleon on September 22, 2008, 17:21:42

Title: Create UML diagram
Post by: Greenleon on September 22, 2008, 17:21:42
Hello,

Our project is getting bigger and bigger and I think it is time to make an UML class diagram of it. The problem: The programm I tried, DIA, is full of words I never heard before. Additionally I never made an UML Diagram before.

So my question is.
Does an application exist, that allows you to create UML Diagrams for Java? It should be small and not full of functions you will never need for java modeling.
And can you recommend me a tutorial for UML modeling for java?

thanks!
Title: Re: Create UML diagram
Post by: mot on September 22, 2008, 17:36:15
maybe google what you just asked
or maybe forget uml and just refactor your code a bit.

http://www.google.com/search?hl=en&q=UML%20Diagrams%20for%20Java

(no offense, the results are really full of what you might want!)
Title: Re: Create UML diagram
Post by: Matthias on September 22, 2008, 17:50:34
Netbeans has a very powerful and easy to use UML module: http://www.netbeans.org/features/uml/ (http://www.netbeans.org/features/uml/)

Ciao Matthias
Title: Re: Create UML diagram
Post by: Greenleon on September 22, 2008, 17:52:39
Thanks. I had already googled but was frustrated I found nothing. Now I googled again and found a nice tutorial. I'll try netbeans.
Regards
Leon