main.add(helpButton);
// header.setBorder(BorderFactory.createMatteBorder(1,1,1,1,Color.red));
// helpButton.setBorder(BorderFactory.createMatteBorder(1,1,1,1,Color.red));
groupsTree = new GroupsTree(this);
groupsTree.addTreeSelectionListener(this);
groupsTree.setModel(groupsTreeModel = new DefaultTreeModel(groupsRoot));
sp = new JScrollPane(groupsTree,
JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
revalidateGroups();
con.gridwidth = GridBagConstraints.REMAINDER;