Package | Description |
---|---|
icy.system |
Contains System related objects and tools (Thread, Profiling, Security, Exception...)
|
Constructor and Description |
---|
FileDrop(java.awt.Component c,
boolean recursive,
FileDrop.FileDropListener listener)
Constructor with a default border, debugging optionally turned on
and the option to recursively set drop targets.
|
FileDrop(java.awt.Component c,
javax.swing.border.Border dragBorder,
boolean recursive,
FileDrop.FileDropListener listener)
Constructor with a specified border and the option to recursively set drop targets.
|
FileDrop(java.awt.Component c,
javax.swing.border.Border dragBorder,
FileDrop.FileDropListener listener)
Constructor with a specified border
|
FileDrop(java.awt.Component c,
FileDrop.FileDropListener listener)
Constructor with a default border and debugging optionally turned on.
|