Package org.jmol.awt

Class FileDropper

  • All Implemented Interfaces:
    DropTargetListener, EventListener

    public class FileDropper
    extends Object
    implements DropTargetListener
    A simple Dropping class to allow files to be dragged onto a target. It supports drag-and-drop of files from file browsers, and CML text from editors, e.g. jEdit.

    Note that multiple drops ARE thread safe.

    Author:
    Billy <simon.tyrrell@virgin.net>