lblDescr.setText("On this page you need to add all Games you have " +
"installed so GOIM recognizes them. Most games can be " +
"automatically detected and should already appear in " +
"the following list. If Games are missing you need to " +
"add them by hand.");
GOIMPreferenceGameGUI gui = new GOIMPreferenceGameGUI(topLevel,SWT.NONE);
gui.setLayoutData(new GridData(SWT.FILL,SWT.FILL,true,true));
}