Class DroppableFrame

All Implemented Interfaces:
DragGestureListener, DragSourceListener, DropTargetListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class DroppableFrame extends JFrame implements DropTargetListener, DragSourceListener, DragGestureListener
A droppable frame allows for DnD of file objects from the OS onto the actual frame via File.
See Also: