labelContainer.setLayoutData(new GridData(SWT.BEGINNING, SWT.BEGINNING, false, false));
Label locationLabel = new Label(labelContainer, SWT.None);
locationLabel.setText(Messages.BookmarkDefinitionPage_LOCATION);
fFolderChooser = new FolderChooser(container, fSelectedFolder, null, SWT.BORDER, false, 5);
fFolderChooser.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
fFolderChooser.setLayout(LayoutUtils.createGridLayout(1, 0, 0, 2, 5, false));
fFolderChooser.setBackground(container.getDisplay().getSystemColor(SWT.COLOR_LIST_BACKGROUND));
Dialog.applyDialogFont(container);