/* * HasPopupItems.java * Created on March 13, 2001, 1:56 PM */ package org.freehep.application; /** Just kept for backwards compatibility. * @author Tony Johnson (tonyj@slac.stanford.edu) * @version $Id: HasPopupItems.java 8584 2006-08-10 23:06:37Z duns $ * @deprecated Use org.freehep.swing.popup.HasPopupItems instead. */ public interface HasPopupItems extends org.freehep.swing.popup.HasPopupItems { }