mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
consistent labelling
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user