import com.mr.view.MainFrame; public class Start { public static void main(String[] args) { new MainFrame().setVisible(true); } }