A healthy splash of google-collections
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@822 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -31,6 +31,8 @@ import java.awt.event.MouseWheelEvent;
|
||||
|
||||
import javax.swing.SwingUtilities;
|
||||
|
||||
import com.google.common.collect.Lists;
|
||||
|
||||
import com.samskivert.util.RunAnywhere;
|
||||
|
||||
import com.threerings.media.image.ImageUtil;
|
||||
@@ -462,5 +464,5 @@ public class VirtualMediaPanel extends MediaPanel
|
||||
protected Rectangle _abounds = new Rectangle();
|
||||
|
||||
/** A list of entities to be informed when the view scrolls. */
|
||||
protected ArrayList<ViewTracker> _trackers = new ArrayList<ViewTracker>();
|
||||
protected ArrayList<ViewTracker> _trackers = Lists.newArrayList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user