Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

swing Memory viewer


The JMemoryViewer class is a component which shows the memory used by the program compared to the total memory available for the JVM.
memoryviewer

Usage

To use the component, you just have to use the default constructor and start the internal timer which will update the available free memory each second:
  JMemoryViewer mv = new JMemoryViewer();
  mv.start();
You can put it in any container. The component will keep its preferred size.

Configuration

There are several ways to configure the component:

Categories: packages | swing

Copyright 2006-2024 Herve Girod. All Rights Reserved. Documentation and source under the LGPL v2 and Apache 2.0 licences