Results 1 to 4 of 4
Thread: Graphik CPU usage
- 09-02-2010, 12:59 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 14
- Rep Power
- 0
Graphik CPU usage
Hi ,
Please i need to know how to build the graphik that show the signal resolution or CPU usage in Java : ( I mean some think like the blue graphik in the Windows task Manager for CPU usage history or Physical memory usage history) .
I receiced data from some source and i need to convert this data in a graphik representation like in the Window Tas Manager .
Thank you !!
- 09-02-2010, 04:02 PM #2
Member
- Join Date
- Jun 2010
- Posts
- 28
- Rep Power
- 0
Run the Java2D demo in your jdk folder.
[java folder]/demo/jfc/Java2D/
In the demo there is a "MemoryMonitor" widget that shows a bar graph of your current memory use and a little line graph next to it showing memory use over time. The source code for that gui widget is in the source folder.
You can probably adapt it to your needs, or if not that, then it should give you and idea how to make your own.
- 09-02-2010, 09:53 PM #3
Cross posted
Java Programming - Graphik CPU usage
db
- 09-03-2010, 12:36 AM #4
Member
- Join Date
- Aug 2010
- Posts
- 14
- Rep Power
- 0
Similar Threads
-
SerialModemGateway() Usage
By ajaxjagadish in forum Advanced JavaReplies: 1Last Post: 03-25-2010, 08:24 AM -
Usage of List
By vasavi.singh in forum New To JavaReplies: 0Last Post: 03-12-2009, 02:51 PM -
HashMap usage
By vasavi.singh in forum New To JavaReplies: 4Last Post: 03-05-2009, 04:50 PM -
usage of Hashtable
By venu2807 in forum New To JavaReplies: 4Last Post: 01-27-2009, 03:36 AM -
Usage of HTTPS
By Sayed in forum Advanced JavaReplies: 8Last Post: 12-06-2008, 10:02 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks