What is the Method Panel
The method panel is similar to the class panel except you drop
method code into your sourcecode instead of classes.
How do I drop methods into my sourcecode
Step 1:
Click the modifiers button and choose the modifiers, from the list, you wish your method to have.
Step 2:
Click the return button to set what variable you wish your methods to return.
Step 3:
Click the Throws button to set what excepitons or errors your method is going to throw.
Step 4:
Grab the pen icon and drop it to the exact position in the text field you wish your method to appear in your sourccode.