}
};
name.addListener(SWT.Selection, sortListener);
popularity.addListener(SWT.Selection, sortListener);
animatedImage = new AnimatedImage(loadingPanel);
loadingText = new Label(loadingPanel,SWT.WRAP | SWT.CENTER);
loadingProgress = new ProgressBar(loadingPanel,SWT.HORIZONTAL);
animatedImage.setImageFromName("spinner_big");
String contentName = "Dummy";