1415161718192021
/** * @param args */ public static void main(String[] args) { Context context = Context.getInstance(); ControllerRef cRef = Controller.launch(SimpleHandler.class); }