Ignore:
Timestamp:
08/07/08 11:56:50 (16 years ago)
Author:
ra33
Message:

added new package to separate widget classes from item classes

File:
1 edited

Legend:

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

    r196 r198  
    2222import org.expeditee.io.Logger;
    2323import org.expeditee.items.Dot;
    24 import org.expeditee.items.InteractiveWidget;
    2524import org.expeditee.items.Item;
    2625import org.expeditee.items.ItemAppearence;
     
    3029import org.expeditee.items.Permission;
    3130import org.expeditee.items.Text;
    32 import org.expeditee.items.WidgetCorner;
    3331import org.expeditee.items.XRayable;
     32import org.expeditee.items.widgets.InteractiveWidget;
     33import org.expeditee.items.widgets.WidgetCorner;
    3434import org.expeditee.stats.SessionStats;
    3535
Note: See TracChangeset for help on using the changeset viewer.