WindowResizeEvent11Example -- reporting window move and resize events.

Experiment:


To see this example in action:
  1. Compile the Java source file, WindowResizeEvent11Example.java:
    	javac WindowResizeEvent11Example.java
    
  2. Run the class:
    	java WindowResizeEvent11Example
    

The source.