final NativeEvent ne = event.getNativeEvent();
int left = ne.getClientX();
int top = ne.getClientY();
top += Window.getScrollTop();
left += Window.getScrollLeft();
client.getContextMenu().showAt(new ActionOwner() {
public String getPaintableId() {
return VCalendarPaintable.this.getPaintableId();
}
public ApplicationConnection getClient() {