Class MemoryMonitor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants, ActionMap

public class MemoryMonitor extends JFrame implements ActionMap
This class contains a collection of components that can be used to track and display the memory usage.
Version:
$Id: MemoryMonitor.java 1831635 2018-05-15 13:33:47Z ssteiner $
See Also:
  • Field Details

  • Constructor Details

    • MemoryMonitor

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

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