When I add an actionperformed event to a button, it generates the TODO section.
However, I would like for it to call a public method defined in MyApp.java, instead of having to define the method inside the MyAppView.java
How can I do this ? Tell MyAppView.java to get the methods and classes from MyApp.java ?