How can I copy the caption of a Vaadin-dialog?

Hi,

I’ve got an application that makes heavy use of Vaadin-dialogs. In the caption of the dialog I display certain information about the current work-item (e. g. it’s number). My users want to be able to copy this number into the clipboard (in order to paste it somewhere else). Unfortunately the cursor changes to “crosshair” when over the dialog-caption so that marking and copying via right-click isn’t possible. How can I change that? Is there an easy way (my dialogs don’t need to be moveable for example) or do I need to fiddle with CSS?

kind regards
Tobias

setDraggable(false) solved my problem.