Ignore:
Timestamp:
2005-02-17T15:05:24+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed unused BorderFactory class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gems/GEMSPreferences.java

    r9077 r9078  
    9797
    9898    // Layout
    99     button_pane.setBorder(org.greenstone.gatherer.gui.BorderFactory.createEmptyBorder(5,2,2,2));
     99    button_pane.setBorder(BorderFactory.createEmptyBorder(5,2,2,2));
    100100    button_pane.setLayout(new GridLayout(1,3,0,5));
    101101    button_pane.add(ok_button);
     
    220220    language_pane.add(language_combobox, BorderLayout.CENTER);
    221221       
    222     general_pane.setBorder(org.greenstone.gatherer.gui.BorderFactory.createEmptyBorder(5,5,5,5));
     222    general_pane.setBorder(BorderFactory.createEmptyBorder(5,5,5,5));
    223223    general_pane.setLayout(null);
    224224    general_pane.add(lang_limited_pane);
Note: See TracChangeset for help on using the changeset viewer.