FileDocCategorySizeDatePackage
PerformanceMonitor.javaAPI DocExample5997Wed Aug 08 15:13:48 BST 2001None

PerformanceMonitor

public class PerformanceMonitor extends JPanel
Displays the time for a Surface to paint. Displays the number of frames per second on animated demos. Up to four surfaces fit in the display area.

Fields Summary
Surface
surf
Constructors Summary
public PerformanceMonitor()

        setLayout(new BorderLayout());
        setBorder(new TitledBorder(new EtchedBorder(), "Performance"));
        add(surf = new Surface());
    
Methods Summary