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

The source.