JNA API 3.2.4

com.sun.jna.examples

Class ShapedWindowDemo



  • public class ShapedWindowDemo
    extends java.lang.Object
    Example which uses the WindowUtils class. Demonstrates the definition of a cross-platform library with several platform-specific implementations based on JNA native library definitions.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int ICON_SIZE 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ShapedWindowDemo() 
    • 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

      • ShapedWindowDemo

        public ShapedWindowDemo()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
JNA API 3.2.4

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