Suppose that the application contains the methods method1 and method2. It is possible to call a method by using its name directly in the Java code. This is equivalent to calling callMethod(), which is declared in the superclass ApplicationMethod (for this example, it is method16 in some application):To open the other method’s editor window, Ctrl+Alt+double-click on the method name in the code (method2, for example), or right-click and choose Go to Method ().