com.sun.jna.examples

Class WindowUtils.NativeWindowUtils.TransparentContentPane

protected abstract class WindowUtils.NativeWindowUtils.TransparentContentPane extends JPanel implements AWTEventListener

Constructor Summary
TransparentContentPane(Container oldContent)
Method Summary
voidaddNotify()
voideventDispatched(AWTEvent e)
voidpaint(Graphics gr)
protected abstract voidpaintDirect(BufferedImage buf, Rectangle bounds)
Use the contents of the given BufferedImage to paint directly on this component's ancestor window.
voidremoveNotify()
voidsetTransparent(boolean transparent)

Constructor Detail

TransparentContentPane

public TransparentContentPane(Container oldContent)

Method Detail

addNotify

public void addNotify()

eventDispatched

public void eventDispatched(AWTEvent e)

paint

public void paint(Graphics gr)

paintDirect

protected abstract void paintDirect(BufferedImage buf, Rectangle bounds)
Use the contents of the given BufferedImage to paint directly on this component's ancestor window.

removeNotify

public void removeNotify()

setTransparent

public void setTransparent(boolean transparent)
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.