Class MemoryMonitor

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

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.
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