JDK-8102447 : Add support for DragViews
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: scenegraph
  • Affected Version: 8
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2012-03-27
  • Updated: 2015-06-16
  • Resolved: 2012-03-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Resolved
Related Reports
Duplicate :  
Description
The following code was commented out in DragBoard:

//    /**
//     * Visual representation of data being transfered in a drag and drop gesture.
//     * This will be shown to the side of the mouse cursor as it is moved around
//     * the screen.
//     */
//    public Node dragView;
//
//    /**
//     * Specifies the opacity of the dragView node as the drag occurs. If this
//     * is not specified, a default opacity of 0.65 will be applied.
//     */
//    public float dragViewOpacity = 0.65f;