com.sun.jna.examples.dnd
Class GhostedDragImageDemo
java.lang.Object
com.sun.jna.examples.dnd.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GhostedDragImageDemo
public GhostedDragImageDemo()
main
public static void main(String[] args)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.