Ignore:
Timestamp:
05/12/14 09:28:44 (10 years ago)
Author:
davidb
Message:

Implicit Boxing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/DefaultTreeWriter.java

    r460 r914  
    88import org.expeditee.gui.FrameIO;
    99import org.expeditee.gui.MessageBay;
     10import org.expeditee.io.flowlayout.XGroupItem;
    1011import org.expeditee.items.Item;
    1112import org.expeditee.items.Text;
     
    7475       
    7576        protected void outputTree(Frame toWrite) throws IOException {
    76                 if (toWrite == null)
     77                if (toWrite == null) {
    7778                        return;
    78 
     79                }
     80               
     81                XGroupItem.doImplicitBoxing = false;
     82               
    7983                _frames.push(new FrameCounter(toWrite.getName(), -1));
    8084
Note: See TracChangeset for help on using the changeset viewer.