Frame.java, [...]: New versions from classpath.

2003-06-11  Michael Koch  <konqueror@gmx.de>

	* java/awt/Frame.java,
	java/awt/Graphics.java,
	java/awt/Menu.java,
	java/awt/Robot.java,
	java/awt/image/ColorModel.java:
	New versions from classpath.

From-SVN: r67754
This commit is contained in:
Michael Koch 2003-06-11 10:37:48 +00:00 committed by Michael Koch
parent 0310c41406
commit 37f3981f80
6 changed files with 17 additions and 58 deletions

View file

@ -40,9 +40,13 @@ package java.awt;
import java.awt.image.BufferedImage;
/**
* @since 1.3
*/
/** STUB CLASS ONLY */
public class Robot
{
private GraphicsDevice screen;
private boolean waitForIdle;
private int autoDelay;
@ -68,6 +72,7 @@ public class Robot
public Robot(GraphicsDevice screen) throws AWTException
{
this();
this.screen = screen;
}
public void mouseMove(int x, int y)