/[classpath]/classpath/java/awt/Robot.java
ViewVC logotype

Diff of /classpath/java/awt/Robot.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mkoch, Tue Mar 25 12:20:30 2003 UTC revision 1.3 by mkoch, Mon Jun 9 15:48:11 2003 UTC
# Line 40  package java.awt; Line 40  package java.awt;
40    
41  import java.awt.image.BufferedImage;  import java.awt.image.BufferedImage;
42    
43    /**
44     * @since 1.3
45     */
46  /** STUB CLASS ONLY */  /** STUB CLASS ONLY */
47  public class Robot  public class Robot
48  {  {
49      private GraphicsDevice screen;
50    private boolean waitForIdle;    private boolean waitForIdle;
51    private int autoDelay;    private int autoDelay;
52        
# Line 68  public class Robot Line 72  public class Robot
72    public Robot(GraphicsDevice screen) throws AWTException    public Robot(GraphicsDevice screen) throws AWTException
73    {    {
74      this();      this();
75        this.screen = screen;
76    }    }
77    
78    public void mouseMove(int x, int y)    public void mouseMove(int x, int y)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26