package javaforce.webui; /** Point * * @author pquiring */ public class Point { public int x, y; }