Changeset 12710


Ignore:
Timestamp:
2006-09-08T10:40:01+12:00 (18 years ago)
Author:
kjdon
Message:

removed existing associations label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/FileAssociationDialog.java

    r12119 r12710  
    9898   
    9999    JPanel control_pane = new JPanel();
    100     JLabel existing_associations_label = new JLabel(Dictionary.get("FileAssociationDialog.Existing_Associations"));
    101100    existing_associations_table = new JTable(file_association_manager);
    102101    existing_associations_table.setAutoResizeMode(JTable.AUTO_RESIZE_NEXT_COLUMN);
     
    180179    lower_pane.add(button_pane, BorderLayout.SOUTH);
    181180
    182     control_pane.setBorder(BorderFactory.createEmptyBorder(2,0,0,0));
     181    control_pane.setBorder(BorderFactory.createEmptyBorder(5,0,0,0));
    183182    control_pane.setLayout(new BorderLayout());
    184     control_pane.add(existing_associations_label, BorderLayout.NORTH);
    185183    control_pane.add(new JScrollPane(existing_associations_table), BorderLayout.CENTER);
    186184    control_pane.add(lower_pane, BorderLayout.SOUTH);
Note: See TracChangeset for help on using the changeset viewer.