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/IndexingManager.java

    r13058 r18412  
    133133    public IndexingControl() {
    134134        super();
    135 
     135            this.setComponentOrientation(Dictionary.getOrientation());
    136136        // Creation
    137137        JPanel header_pane = new DesignPaneHeader("CDM.GUI.Indexes", "searchindexes");     
     
    140140        JPanel index_panel = (JPanel)index_manager.getControls();
    141141        index_options_panel = (JPanel)option_manager.getControls();
    142 
     142                       
     143           
    143144        main_index_pane = new JPanel();
    144145        main_index_pane.setLayout(new BorderLayout());
     
    146147        main_index_pane.add(index_panel, BorderLayout.CENTER);
    147148        main_index_pane.add(index_options_panel, BorderLayout.SOUTH);
    148        
     149        main_index_pane.setComponentOrientation(Dictionary.getOrientation());
     150           
    149151        setBorder(BorderFactory.createEmptyBorder(0,5,0,0));
    150152        setLayout(new BorderLayout());
Note: See TracChangeset for help on using the changeset viewer.