Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: Java | Size: 0.20 KB | Hits: 87 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. import java.awt.Rectangle;
  2. public class CreateRectangle {
  3.    public static void main(String[] args) {
  4.       double width = (Rectangle(75,75,50,50)).getWidth();
  5.       System.out.println(width);
  6.    }
  7. }