modules/swing/src/main/java/javafx/embed/swing/SwingDnD.java

Print this page

        

*** 68,77 **** --- 68,78 ---- import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; /** * An utility class to connect DnD mechanism of Swing and FX. + * It allows FX content to use the AWT machinery for performing DnD. */ final class SwingDnD { private final Transferable dndTransferable = new DnDTransferable();