-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: client-libs
-
b65
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8084896 | emb-9 | Sergey Bylokhov | P2 | Resolved | Fixed | team |
These public SE APIs reference the unsupported java.awt.dnd.peer interfaces:
protected java.awt.dnd.DragSource.createDragSourceContext(java.awt.dnd.peer.DragSourceContextPeer, ...)
public java.awt.dnd.DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer, ...) constructor
public java.awt.dnd.DropTarget.addNotify(ComponentPeer peer) and removeNotify(ComponentPeer peer)
public java.awt.dnd.DropTargetContext.addNotify(DropTargetContextPeer dtcp)
protected java.awt.dnd.DragSource.createDragSourceContext(java.awt.dnd.peer.DragSourceContextPeer, ...)
public java.awt.dnd.DragSourceContext(java.awt.dnd.peer.DragSourceContextPeer, ...) constructor
public java.awt.dnd.DropTarget.addNotify(ComponentPeer peer) and removeNotify(ComponentPeer peer)
public java.awt.dnd.DropTargetContext.addNotify(DropTargetContextPeer dtcp)
- backported by
-
JDK-8084896 Remove API references to java.awt.dnd.peer
-
- Resolved
-
- relates to
-
JDK-8134709 Cannot compile FXDnD with JDK 9: DropTargetContext::addNotify, removeNotify not found
-
- Resolved
-