import ccj.*; public class InputTest extends GraphicsApplet { public void run() { int x = readInt("Enter an integer"); double y = readDouble("Enter a double"); new Point(x, y).draw(); } }
import ccj.*; public class InputTest extends GraphicsApplet { public void run() { int x = readInt("Enter an integer"); double y = readDouble("Enter a double"); new Point(x, y).draw(); } }