Package weka.gui

Class MemoryUsagePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class MemoryUsagePanel extends JPanel
A panel for displaying the memory usage.
Version:
$Revision: 10216 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
See Also:
  • Constructor Details

    • MemoryUsagePanel

      public MemoryUsagePanel()
      default constructor.
  • Method Details

    • isMonitoring

      public boolean isMonitoring()
      Returns whether the thread is still running.
      Returns:
      true if the thread is still running
    • stopMonitoring

      public void stopMonitoring()
      stops the monitoring thread.
    • getFrameLocation

      public Point getFrameLocation()
      Returns the default position for the dialog.
      Returns:
      the default position
    • paintComponent

      public void paintComponent(Graphics g)
      draws the background image.
      Parameters:
      g - the graphics context