Ignore:
Timestamp:
2008-12-26T14:35:15+13:00 (15 years ago)
Author:
kjdon
Message:

interface updated to display right to left for rtl languages. This code is thanks to Amin Hejazi. It seems to be only partially complete. Amin was working with Greenstone 3 so might have missed some panels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/src/org/greenstone/gatherer/gui/EmailField.java

    r4939 r18297  
    66import javax.swing.event.*;
    77import javax.swing.text.*;
     8import org.greenstone.gatherer.Dictionary;
    89
    910public class EmailField
     
    1920    public EmailField(Color invalid_background) {
    2021    super();
     22        this.setComponentOrientation(Dictionary.getOrientation());
    2123    this.invalid_background = invalid_background;
    2224    }
Note: See TracChangeset for help on using the changeset viewer.