getPropertiesPrefix(), basicItems, "connected_time", SWT.MULTI
| SWT.FULL_SELECTION | SWT.VIRTUAL);
tv.setRowDefaultHeight(16);
tv.setEnableTabViews(true);
tv.setCoreTabViews(new IView[] {
new PeerInfoView(),
new RemotePieceDistributionView(),
new LoggerView(true)
});
tv.addLifeCycleListener(this);
tv.addMenuFillListener(this);