com.sun.jna.examples.dnd

Class GhostedDragImageDemo

public class GhostedDragImageDemo extends Object

Demonstrate ghosted drag images. Unfortunately, Swing drag support hides the hooks we need to move the drag image around, so we don't use it and roll our own.
Nested Class Summary
static classGhostedDragImageDemo.DragLabel
static classGhostedDragImageDemo.ImageSelection
Method Summary
static voidmain(String[] args)

Method Detail

main

public static void main(String[] args)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.