import ccj.*; public class PointTest extends GraphicsApplet { public void run() { new Point(1, 3).draw(); } }