/**
* Creates all Components.
*/
private void initialize() {
getContentPane().setLayout(new GridBagLayout());
description = new JTextPane();
description.setEditable(false);
targetSelection = createTree();
getContentPane().add(
new JScrollPane(targetSelection),
new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0,