00001 00058 package com.arcle.rmt.j2se.swing.ui; 00059 00065 public interface ViewFactory { 00066 00070 public View createView(); 00071 }