Class MemoryUsageAndHistoryMonitor

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
be.gaudry.swing.component.monitor.MemoryUsageAndHistoryMonitor
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class MemoryUsageAndHistoryMonitor extends JFrame
This class contains a collection of components that can be used to track and display the memory usage. This class come from org.apache.batik.util.gui.MemoryMonitor v 1.6 2003/10/08 00:28:47 Provided by the broldev.core.swing project.
Since:
1.0 (Oct 08,2003) Stephane Hillion (batik), broldev.core.swing 0.0.1-SNAPSHOT dependency
Version:
1.1 (Sep 17, 2009)Steph GAUDRY
Author:
Steph GAUDRY, Steph GAUDRY
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • MemoryUsageAndHistoryMonitor

      public MemoryUsageAndHistoryMonitor()
      Creates a new memory monitor frame. The time beetween two repaints is 1s.
    • MemoryUsageAndHistoryMonitor

      public MemoryUsageAndHistoryMonitor(long time)
      Creates a new memory monitor frame.
      Parameters:
      time - The time beetween two repaints in ms.