le file drop ... } // end filesDropped }); // end FileDrop.Listener
You can specify the border that will appear when files are being dragged by calling the constructor with a
javax.swing.border.Border. Only
JComponents will show any indication with a border.
You can turn on some debugging features by passing a
PrintStream object (such as
System.out) into the full constructor. A
null value will result in no extra debugging information being output.
I'm releasing this code into the Public Domain. Enjoy.
Original author: Robert Harder, rharder@usa.net
@author Robert Harder
@author rharder@usa.net
@version 1.0