()
| 31 | } |
| 32 | |
| 33 | Main() { |
| 34 | // visualize { |
| 35 | Layout.setRoot(new VerticalLayout(new Commander[]{array2dTracer, logTracer})); |
| 36 | array2dTracer.set(messages); |
| 37 | Tracer.delay(); |
| 38 | // } |
| 39 | highlight(0); |
| 40 | } |
| 41 | |
| 42 | public static void main(String[] args) { |
| 43 | new Main(); |