com.sun.jna.examples
Class BalloonManager
java.lang.Object
com.sun.jna.examples.BalloonManager
public class BalloonManager
- extends Object
Provides a popup balloon containing an arbitrary component. This provides
a form of content-specific decoration less transient than a tooltip, and less
heavyweight and more adaptable to changing content than a dedicated window.
Clients are responsible for invoking show and hide on the provided popup.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BalloonManager
public BalloonManager()
getBalloon
public static Popup getBalloon(Component owner,
Component content,
int x,
int y)
- Get a balloon pointing to the given location. The coordinates are
relative to
owner
, which if null, indicates the coordinates
are absolute.
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.