Rogue Wave JViews Framework Sample: Animation and Triple Buffering


Description

This sample displays a manager with a background map of the world. On top of the map, animated objects representing planes journeys are displayed. Above the plans, there are also semi-transparent clouds.
The background map is drawn using triple buffering. The cloud layer is cached in this demo. Using these techniques the complexity of the map and the clouds does not affect the redrawing time.

How to Use the Sample

How to Run the Sample as an Application

This sample can also be run as an application. The installation directory contains an executable JAR file, triplebuffering.jar, that allows you to execute the sample with a double click from a file browser. Note that if you are using Internet Explorer, you can open the installation directory and execute the JAR file from the browser. This technique may not work in other Web browsers.

Alternatively, you can run the sample application from the command line. First check that the Ant utility is properly configured. If not, see the instructions on how to configure Ant for Rogue Wave JViews.

Then, go to the installation directory of the sample and type:

ant run

Topics Covered

Installation Directory

The Animation and Triple Buffering sample is installed here.

Classes Involved

Source Files

Copyright © Rogue Wave Software, Inc. 1997, 2015. All rights reserved. Legal terms.