Ignore:
Timestamp:
2009-01-22T11:04:31+13:00 (15 years ago)
Author:
kjdon
Message:

more modifications for RTL GLI, thanks to Amin Hedjazi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/cdm/SuperCollectionManager.java

    r14041 r18412  
    4242import org.greenstone.gatherer.util.Utility;
    4343import org.greenstone.gatherer.gui.DesignPaneHeader;
     44import org.greenstone.gatherer.Dictionary;
    4445import org.w3c.dom.*;
    4546
     
    125126    SuperCollectionControl() {
    126127        super();
    127 
     128            this.setComponentOrientation(Dictionary.getOrientation());
    128129        // Creation
    129130        JPanel header_panel = new DesignPaneHeader("CDM.GUI.SuperCollection", "xcollectionsearching");
     
    134135
    135136        JPanel collection_checklist_pane = new JPanel();
     137            collection_checklist_pane.setComponentOrientation(Dictionary.getOrientation());
    136138        collection_checklist_pane.setBorder(BorderFactory.createEmptyBorder(5,0,0,0));
    137139        collection_checklist_pane.setLayout(new BorderLayout());
Note: See TracChangeset for help on using the changeset viewer.