consistent labelling
This commit is contained in:
parent
ac4f2544b8
commit
6ba2594d50
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: SimControl.java,v 1.8 2008/10/28 15:31:08 fros4943 Exp $
|
* $Id: SimControl.java,v 1.9 2008/11/03 18:10:13 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja.plugins;
|
package se.sics.cooja.plugins;
|
||||||
|
@ -217,7 +217,7 @@ public class SimControl extends VisPlugin {
|
||||||
if (simulation.getDelayTime() > 0) {
|
if (simulation.getDelayTime() > 0) {
|
||||||
label = new JLabel("Delay: " + simulation.getDelayTime() + " ms");
|
label = new JLabel("Delay: " + simulation.getDelayTime() + " ms");
|
||||||
} else {
|
} else {
|
||||||
label = new JLabel("Zero simulation delay");
|
label = new JLabel("No simulation delay");
|
||||||
}
|
}
|
||||||
smallPanel.add(label);
|
smallPanel.add(label);
|
||||||
delayLabel = label;
|
delayLabel = label;
|
||||||
|
|
Loading…
Add table
Reference in a new issue