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

    r16680 r18412  
    122122    public DepositorControl() {
    123123        super();
    124 
     124            this.setComponentOrientation(Dictionary.getOrientation());
    125125        JPanel header_panel = new DesignPaneHeader("CDM.GUI.DepositorMetadata", "depositormetadatasettings");
    126126           
     
    129129       
    130130        central_pane = new JPanel();
     131            central_pane.setComponentOrientation(Dictionary.getOrientation());
    131132        central_pane.setBorder(BorderFactory.createEmptyBorder(5,5,5,5));
    132133        central_pane.setLayout(new BoxLayout(central_pane, BoxLayout.Y_AXIS)); 
     
    136137
    137138        JPanel collection_checklist_pane = new JPanel();
     139            collection_checklist_pane.setComponentOrientation(Dictionary.getOrientation());
    138140        collection_checklist_pane.setBorder(BorderFactory.createEmptyBorder(5,0,0,0));
    139141        collection_checklist_pane.setLayout(new BorderLayout());
     
    328330       
    329331    public MetadataElementControl (MetadataElementEntry entry, String background_color_name) {
    330                        
     332           
     333            this.setComponentOrientation(Dictionary.getOrientation());
    331334        String tip = "<html>" + entry.tooltip + "</html>";
    332335        tip = Utility.formatHTMLWidth(tip, 80);
Note: See TracChangeset for help on using the changeset viewer.