Java Edition: Example 6

This example shows the how to use the Java Edition by wrapping it inside another Applet.

In this example there are two maps: a large map overlapped by a smaller map. When you click the small map, the large map will zoom to the indicated position at a scale 1/100th of the small map.

This example is of particular interest because it is the only approach that provides access to the entire Java Edition API on all supported configurations.

Click here to see the APPLET tag.

Click here to see the source for the Java wrapper applet.