/[schmitzm]/trunk/src/skrueger/swing/HeapBar.java
ViewVC logotype

Diff of /trunk/src/skrueger/swing/HeapBar.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 621 by alfonx, Thu Jan 28 10:06:05 2010 UTC revision 674 by alfonx, Thu Feb 4 16:28:15 2010 UTC
# Line 30  public class HeapBar extends JProgressBa Line 30  public class HeapBar extends JProgressBa
30    
31          public HeapBar() {          public HeapBar() {
32                  updateTimer = new Timer("check memory");                  updateTimer = new Timer("check memory");
33                  updateTimer.scheduleAtFixedRate(new UpdateMemoryBarTask(), 100, 1000);                  updateTimer.scheduleAtFixedRate(new UpdateMemoryBarTask(), 1000, 5000);
34    
35                  setMinimum(0);                  setMinimum(0);
36                  setMaximum(100);                  setMaximum(100);

Legend:
Removed from v.621  
changed lines
  Added in v.674

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26