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 getDialog(Component)
 o getFrame(Component)
 o setCursor(int, Component)
 o stretchImage(Component, Graphics, Image)
 o waitForImage(Component, Image)
 o wallPaper(Component, Graphics, Image)

Constructors

 o Util
 public Util()

Methods

 o getDialog
 public static Dialog getDialog(Component c)
 o getFrame
 public static Frame getFrame(Component c)
 o getApplet
 public static Applet getApplet(Component c)
 o waitForImage
 public static void waitForImage(Component component,
                                 Image image)
 o wallPaper
 public static void wallPaper(Component component,
                              Graphics g,
                              Image image)
 o stretchImage
 public static void stretchImage(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