com.sun.jna.examples
protected abstract class WindowUtils.NativeWindowUtils.TransparentContentPane extends JPanel implements AWTEventListener
| Constructor Summary | |
|---|---|
| TransparentContentPane(Container oldContent) | |
| Method Summary | |
|---|---|
| void | addNotify() |
| void | eventDispatched(AWTEvent e) |
| void | paint(Graphics gr) |
| protected abstract void | paintDirect(BufferedImage buf, Rectangle bounds) Use the contents of the given BufferedImage to paint directly
on this component's ancestor window. |
| void | removeNotify() |
| void | setTransparent(boolean transparent) |