Usage of external Java libraries

Hi,

is there a possibility to use classes of external libraries in VP-UML. For instance, I would like to create a class that implements the javax.swing.tree.TreeNode interface. Is there any way to get this interface in my model (without having to reverse engineer the whole java source)?

thanx
jonny2

P.s.: is there any way to specify a generalisation or realisation relationship in the properties of a class (rather than by a physical link in the diagram - I might choose not to have a superclass in the diagram…)

Hi Jonny2,
If you implement the TreeNode interface, you will have all methods. The only way to create relationship is using diagram.
Best Regards,
Angus