addButton(context, toolbar, "pauseLog", "Pause");
DataTable logTable = (DataTable) Components.createChildComponent(
context, panelGrid, DataTable.COMPONENT_TYPE, "log");
Scrolling scrolling = new Scrolling();
logTable.getChildren().add(scrolling);
logTable.getChildren().add(new ColumnResizing());
if (Environment.isExplorer())
logTable.setStyle("width: 100%");
else