Java sample help
public class Test { public static void main(String[] args) { System.out.println("Hello!"); TestControl_created sm = new TestControl(); sm.Start(); while(!sm.IsEnd()){ sm.Update(); } System.out.println("Bye!"); } }