The Desktop window allows the user to manage the Services for the XNGR XML Browser application.
A Service can be seen as a plugin for the XNGR XML Browser application and can be
any Java class that extends the xngr.org.XService class,
see the Examples for more information.
When Adding a Service to the Desktop, the Service is (normally) associated with an Element-Type which makes that the XML Elements of that type are identified and made visible in the Explorer Window. After the service has been added to the Desktop, the service can be used to open and handle all the associated Elements.
Removing a Service from the Desktop will also remove any associations made.
Besides adding and removing services, the Desktop also allows for viewing and changing the properties for a Service.