Class DroppableTextPane

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

public abstract class DroppableTextPane extends JTextPane implements DropTargetListener, DragSourceListener, DragGestureListener
A droppable text pane allows for DnD of file objects from the OS onto the actual pane via File.
Author:
Matt Tucker
See Also: