import java.awt.Rectangle; public class RectangleTest { public static void main (String[] args) { System.out.println(new Rectangle(5,10,20,30)); } }