> How can I draw the copy of column header? Or rectangle with name of the
> column? I look at
> http://apache-pivot-users.399431.n3.nabble.com/TableView-Column-Format-Question-td1190306.html#a1375214
> topic but can't understand ho to do that? I always have a black rectangle=) 

The value you return from DragSource#getRepresentation() will be used to draw 
the drag image. Easiest thing to do would be to paint the header cell or column 
into a buffered image and wrap that in a Picture that you can return from 
getRepresentation().

Reply via email to