PowerMiner/src/main.java

15 lines
281 B
Java
Raw Normal View History

import java.awt.AWTException;
import java.awt.Point;
2018-01-24 03:42:10 -05:00
import java.net.URL;
public class main {
public static void main(String[] args) throws AWTException, InterruptedException {
2018-01-30 04:14:17 -05:00
Cursor cursor = new Cursor();
//cursor.moveCursorToCoordinates(new Point(620, 420));
2018-01-30 04:14:17 -05:00
}
}