Ignore:
Timestamp:
01/22/14 15:05:26 (10 years ago)
Author:
jts21
Message:

Implement carrying items between Expeditee windows. Currently doesn't work well on edges where the windows are overlapping (it works, but only if you move the mouse very slowly so it correctly gets a MOUSE_EXITED event)

File:
1 edited

Legend:

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

    r652 r738  
    99import java.awt.datatransfer.UnsupportedFlavorException;
    1010import java.awt.image.BufferedImage;
    11 import java.awt.image.DataBuffer;
    12 import java.io.ByteArrayOutputStream;
    1311import java.io.File;
    1412import java.io.IOException;
    15 import java.io.ObjectOutputStream;
    1613import java.io.Serializable;
    1714import java.util.Arrays;
     
    4643               
    4744                private static final long serialVersionUID = 1L;
     45
     46                // whether this should be automatically picked up
     47                public boolean autoPaste = true;
    4848               
    4949                // exp save data
Note: See TracChangeset for help on using the changeset viewer.