Moving classes to packages

Hello.
I created a class diagram. Afterwards I decided to divide the classes into separate packages, and to show the full path of the classes in the class diagram. How do I move the classes to the packages?
Thanks.

Hi Iris_Reinhartz-Berge,

For example you have below class diagram

In order to show full path of classes in class diagram.

  1. right-click on the class diagram
  2. set Class Display Options > Show Owner to Show Fully-Qualified

In order to move classes to different package.

  1. select class(es)
  2. drag and drop to the package

    As a result, classes moved into different packages and able to show owner with fully-qualified.

Best Regards,

Roy.

Thank you so much for the detailed response.
Is there a possibility not to show the package, but only the classes (e.g., Server (MyPackageB) without the surrounding package)?