How can I display the Packagename below class name

Hey,

I have a question about class diagrams. If I use Java Reverse Engineering, the classes have got follow form:

ClassName
(com::company::packagename)

If I create a class by my own I can just name the class and put a stereotype into. But I would like that VP displays the packagename below the class name similiar to the form above.

How can I do it?

Thanks…Peter.

Hello Peter,

You can right click on the class and select Presentation Options > Show Owner > Show Fully-Qualified to show up its parent. You can also right click on the blank area of the diagram and select Presentation Options > Class Display Options to specify this default setting for your diagram. Feel free to contact me for any questions.

Best regards,
Rain Wong

Is there a way to do this for components?