-
Bug
-
Resolution: Not an Issue
-
P4
-
7u6
-
Mac OS X 10.7.4, Mac Pro 2 x 3 GHz Quad-Core Intel Xeon, NVIDIA GeForce GTX 285 + NVIDIA GeForce GTX 120, javafx_sdk-2_2_0-beta-b15-macosx-universal-27_jun_2012
Until build b14 it was possible to put an image on the ClipboardContent (see code below), which was visible during drag and drop operations. With b15 this behaviour is gone and you can see only a white sheet icon during this operations. Is there any chance to activate the "old" behaviour?
ClipboardContent content = new ClipboardContent();
content.putImage(new Image("file:///Users/admin/Pictures/other/woody.jpg", 80, 80, true, true));
ClipboardContent content = new ClipboardContent();
content.putImage(new Image("file:///Users/admin/Pictures/other/woody.jpg", 80, 80, true, true));
- relates to
-
JDK-8125990 Mac: pictured DnD support
- Resolved