JNA API 3.2.4

com.sun.jna.examples.dnd

Class GhostedDragImageDemo



  • public class GhostedDragImageDemo
    extends java.lang.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.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static void main(java.lang.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(java.lang.String[] args)
JNA API 3.2.4

Copyright © 2007-2009 Timothy Wall. All Rights Reserved.