blob: 132f09602b8abfbb683e9bdcc02ae9c22a11f46e [file] [log] [blame]
package java.awt;
public class Point {
public int x;
public int y;
}