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 {