Label descriptionText = new Label(descriptionContainer, SWT.WRAP);
descriptionText.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, false));
descriptionText.setFont(fNormalTextFont);
descriptionText.setBackground(fInnerContentCircle.getBackground());
descriptionText.setText(description);
descriptionText.addMouseTrackListener(fMouseTrackListner);
}
}
private void restoreWindow(IWorkbenchPage page) {
Shell applicationShell = page.getWorkbenchWindow().getShell();