private void createChooseSourceCodeFilesWidget(
CustomStringOption sourceCodeFilesLocationOption) {
int parentWidth =
this.getParent().computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
ChooseFileWidget fileSelector = new ChooseFileWidget(
this, SWT.NONE, false, parentWidth, sourceCodeFilesLocationOption);
}