Ignore:
Timestamp:
09/12/08 11:53:22 (16 years ago)
Author:
ra33
Message:

Adding networking stuff for peer to peer sharing of frames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/AttributeUtils.java

    r282 r298  
    262262                                        pJustification));
    263263                        _SetMethods.put("width", Text.class.getMethod("setWidth", pInt));
     264                        _SetMethods.put("w", Text.class.getMethod("setWidth", pInt));
     265                       
    264266                        _SetMethods.put("size", Item.class.getMethod("setSize", pFloat));
    265267                        _SetMethods.put("s", Item.class.getMethod("setSize", pFloat));
Note: See TracChangeset for help on using the changeset viewer.