package java.awt;
public class TextCursor
{
int index;
int x;
int y;
int width;
int height;
Color clr;
int yindex;
public TextCursor() {
this( Defaults.TextCursorClr, 2, 0);
}
public TextC
package java.awt;
import java.awt.event.ComponentEvent;
class ComponentEvt
extends ComponentEvent
{
int x;
int y;
int width;
int height;
static ComponentEvt cache;
ComponentEvt ( Component c
package java.awt.image;
import java.util.Hashtable;
public class CropImageFilter
extends ImageFilter
{
int x;
int y;
int width;
int height;
public CropImageFilter ( int x, int y, int w, int h