Class gjt.Util
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gjt.Util

java.lang.Object
   |
   +----gjt.Util

public class Util
extends Object
A handy collection of methods for getting a component's frame, getting a component's applet, waiting for a component's image, and wallpapering a components background.


Constructor Index

 o Util()

Method Index

 o getApplet(Component)
 o getFrame(Component)
 o setCursor(int, Component)
 o waitForImage(Component, Image)
 o wallPaper(Component, Graphics, Image)

Constructors

 o Util
  public Util()

Methods

 o getFrame
  public static Frame getFrame(Component component)
 o getApplet
  public static Applet getApplet(Component component)
 o waitForImage
  public static void waitForImage(Component component,
                                  Image image)
 o wallPaper
  public static void wallPaper(Component component,
                               Graphics g,
                               Image image)
 o setCursor
  public static void setCursor(int cursor,
                               Component component)

All Packages  Class Hierarchy  This Package  Previous  Next  Index