JNA API 3.0

com.sun.jna.examples.dnd
Class GhostedDragImageDemo

java.lang.Object
  extended by 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.


Nested Class Summary
static class GhostedDragImageDemo.DragLabel
           
static class GhostedDragImageDemo.ImageSelection
           
 
Constructor Summary
GhostedDragImageDemo()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GhostedDragImageDemo

public GhostedDragImageDemo()
Method Detail

main

public static void main(String[] args)

JNA API 3.0

Copyright © 2007 Timothy Wall. All Rights Reserved.