WindowResizeEvent11Example
-- reporting window move and resize events.
Experiment:
Drag the window to a new location.
Resize the window.
To see this example in action:
Compile the Java source file, WindowResizeEvent11Example.java:
javac WindowResizeEvent11Example.java
Run the class:
java WindowResizeEvent11Example
The source.