From ac61c459503eec208877d1d51cdbd2088c226417 Mon Sep 17 00:00:00 2001 From: Enrico Joerns Date: Thu, 10 Apr 2014 18:24:14 +0200 Subject: [PATCH] [cooja] plugins/Visualizer: Updated quick help to match new control capabilities --- .../contikios/cooja/plugins/Visualizer.java | 24 +++++++++++-------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/tools/cooja/java/org/contikios/cooja/plugins/Visualizer.java b/tools/cooja/java/org/contikios/cooja/plugins/Visualizer.java index 14ef496e2..6b36a0ebf 100644 --- a/tools/cooja/java/org/contikios/cooja/plugins/Visualizer.java +++ b/tools/cooja/java/org/contikios/cooja/plugins/Visualizer.java @@ -1646,16 +1646,20 @@ public class Visualizer extends VisPlugin implements HasQuickHelp { } public String getQuickHelp() { - return - "Network " + - "

The network window shows the positions of simulated motes. " + - "It is possible to zoom (CRTL+Mouse drag) and pan (Shift+Mouse drag) the current view. Motes can be moved by dragging them. " + - "Mouse right-click motes for options. " + - "

The network window supports different views. " + - "Each view provides some specific information, such as the IP addresses of motes. " + - "Multiple views can be active at the same time. " + - "Use the View menu to select views. "; - }; + return "Network " + + "

The network window shows the positions of simulated motes. " + + "

" + + "It is possible to zoom (Mouse wheel) and pan (Shift+Mouse drag) the current view. " + + "Motes can be moved by dragging them. " + + "You can add/remove motes to/from selection (CTRL+Left click) " + + "or use the rectangular selection tool (CTRL+Mouse drag). " + + "Mouse right-click motes for options menu. " + + "

" + + "The network window supports different views. " + + "Each view provides some specific information, such as the IP addresses of motes. " + + "Multiple views can be active at the same time. " + + "Use the View menu to select views. "; + } private class Selection {