JNA API 3.0.2

com.sun.jna.examples
Class ShapedWindowDemo

java.lang.Object
  extended by com.sun.jna.examples.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
static int ICON_SIZE
           
 
Constructor Summary
ShapedWindowDemo()
           
 
Method Summary
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
 

Field Detail

ICON_SIZE

public static final int ICON_SIZE
See Also:
Constant Field Values
Constructor Detail

ShapedWindowDemo

public ShapedWindowDemo()
Method Detail

main

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

JNA API 3.0.2

Copyright © 2007 Timothy Wall. All Rights Reserved.