Ignore:
Timestamp:
2009-01-12T13:04:29+13:00 (15 years ago)
Author:
kjdon
Message:

committed code submitted by Amin Hedjazi for making the GLI right to left. I worked on this code on the rtl-gli branch, then merged the branch back to the trunk at revision 18368. The branch code was slightly different in a couple of places where it shouldn't have been. So don't use the branch code next time. Start a new branch.

File:
1 edited

Legend:

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

    r8783 r18370  
    4343import javax.swing.event.TableModelEvent;
    4444import javax.swing.table.*;
     45import org.greenstone.gatherer.Dictionary;
    4546import org.greenstone.gatherer.collection.CollectionTreeNode;
    4647import org.greenstone.gatherer.metadata.MetadataAuditTableModel;
     
    7374    public MetaAuditTable(MetaAuditFrame parent_frame) {
    7475    super();
     76        this.setComponentOrientation(Dictionary.getOrientation());
    7577    this.cell_renderer = new MetaAuditRenderer();
    7678    this.header_renderer = new HeaderRenderer();
Note: See TracChangeset for help on using the changeset viewer.