this.add(label);
/** Create and add attributes table **/
_attributesTable = new JTable(_attributes = createAttributesTable());
_attributesTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
_attributesTable.setDefaultEditor(Object.class, new AttributeEditor(_attributes));
gbc.gridy = 1;
gbc.weightx = 1.0;
gbc.weighty = 1.0;
gbc.fill = GridBagConstraints.BOTH;
gbc.insets.top = 0;