com.sun.jna.examples
Class 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.
Method Summary |
static Popup | getBalloon(Component owner, Component content, int x, int y) Get a balloon pointing to the given location. |
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.