Tagged Questions
4
votes
2answers
860 views
Java code generation from class diagram
I'm on the way developing a Java application where user can provide a class diagram and get the corresponding Java code.
I don't know how can I let the user interactively draw a class diagram in ...