PlaceFrame11Example -- setting the size and position of a Frame on the screen.
To see this example in action:
  1. Compile the Java source file, PlaceFrame11Example.java:
    	javac PlaceFrame11Example.java
    
  2. Run the class:
    	java PlaceFrame11Example
    

The source.