Ignore:
Timestamp:
01/07/09 13:25:13 (15 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Text.java

    r422 r427  
    256256
    257257        /**
    258          * Returns the current justification of this Text item, the default value is
    259          * Item.JUSTIFICATION_NONE
     258         * Returns the current justification of this Text item. The default value
     259         * left justification.
    260260         *
    261261         * @return The justification of this Text item
     
    21862186                        }
    21872187                } catch (Throwable e) {
    2188                         e.printStackTrace();
     2188                        //e.printStackTrace();
    21892189                        String formula2 = getFormula();
    21902190                        this.setText(formula2);
Note: See TracChangeset for help on using the changeset viewer.