public interface WidgetFactory extends java.rmi.Remote { public ScrollBar createScrollBar() throws java.rmi.RemoteException; public Window createWindow() throws java.rmi.RemoteException; }