import View.UI; public class App { UI m; public static void main(String [] args){ System.out.println(\"Hello\"); UI n ; n.menu(); }}
Th
You have to create an instance of UI, such as; UI n = new UI();