// ObjectWithUI.java import java.applet.*; public interface ObjectWithUI { public ObjectApplet getUI ( ); }