By krishnas
via javabeat.net
Submitted: Oct 26 2007 / 09:21
Swing's Drop and Drop API can be used for customizing Drag and Drop support. For most of the commonly used components like Text Components, Color Chooser, File Chooser etc, the dropping support is enabled by default. We have to explicitly enable the dragging support by calling the setDragEnabled() method. Before getting into customizing them, let us see a simple example,
SaveShareSend
Tags: java, open source
Add your comment