public class Test { void test() { int x = 0; int y = 0; System.out.println(); System.out.println("Point(" + x + ", " + y + ")"); } }