package v3; public class Main { public static void main(String[] args) { Control c = new Control(); c.start(); } }