correct UML syntax?

For my architect exam I want an uml tool that creates proper uml syntax.

I've downloaded Java Studio Enterprise 8.1 beta.

According to the release notes, it supports the UML 2.0 specification

(see http://developers.sun.com/prodtech/javatools/jsenterprise/reference/docs/jse8_1 /sjse_relnotes81.html)

but I was not able to configure the application to use the UML format instead of the java declarative format.

E.g. In a class diagram I need

- field : int

instead of

private int field

My problem is similar to the problem described under

http://forum.sun.com/jive/thread.jspa?forumID=122&threadID=60080

How can I config Java Studio Enterprise 8.1 to use correct UML syntax?

Thank you for your help.

[786 byte] By [Niko_] at [2007-11-26 9:40:36]
# 1
If you create a Platform Independent Project, the UML notation will be used instead of the Java Notation.
TreySpiva at 2007-7-7 0:37:58 > top of Java-index,Development Tools,Java Tools...