perfsonar-dev - perfsonar: r4357 - branches/perfsonarui/src/org/perfsonar/perfsonarui/bwctl
Subject: perfsonar development work
List archive
- From:
- To:
- Subject: perfsonar: r4357 - branches/perfsonarui/src/org/perfsonar/perfsonarui/bwctl
- Date: Fri, 15 Aug 2008 09:45:17 -0400
Author: roland.karch
Date: 2008-08-15 09:45:17 -0400 (Fri, 15 Aug 2008)
New Revision: 4357
Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/bwctl/BWCTLMainComponent.java
Log:
specified the units for BWCTL parameters duration and interval
added a warning on duration to allow for long wait times when specifying long
measurement durations
Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/bwctl/BWCTLMainComponent.java
===================================================================
---
branches/perfsonarui/src/org/perfsonar/perfsonarui/bwctl/BWCTLMainComponent.java
2008-08-15 13:06:13 UTC (rev 4356)
+++
branches/perfsonarui/src/org/perfsonar/perfsonarui/bwctl/BWCTLMainComponent.java
2008-08-15 13:45:17 UTC (rev 4357)
@@ -225,11 +225,14 @@
constraints.gridwidth = 1;
duration = new JTextField("");
+ duration.setToolTipText("Warning: Measurement requests will "
+
+ "need AT LEAST as long as specified here to return " +
+ "results!");
constraints.gridx = 1;
constraints.gridy = 6;
add(duration, constraints);
- durationLabel = new JLabel("Test Duration");
+ durationLabel = new JLabel("Test Duration (s)");
constraints.gridx -= 1;
windowSizeLabel.setLabelFor(duration);
add(durationLabel, constraints);
@@ -239,7 +242,7 @@
constraints.gridy = 6;
add(interval, constraints);
- intervalLabel = new JLabel("Reporting Interval");
+ intervalLabel = new JLabel("Reporting Interval (s)");
constraints.gridx -= 1;
intervalLabel.setLabelFor(interval);
add(intervalLabel, constraints);
- perfsonar: r4357 - branches/perfsonarui/src/org/perfsonar/perfsonarui/bwctl, svnlog, 08/15/2008
Archive powered by MHonArc 2.6.16.