What is the Class Panel?
The class panel allows you to drop complete classes with implementing methods into your sourcecode.
How do I drop a class file into my sourcecode?
Step 1:
Click the modifiers button on the class panel and select which modifiers you want from the drop down menu that appears
when you click the modifiers button.
Step 2:
Choose the class you wish to extend by pressing the extends button. This will add whatever class you have selected to the textfield to the right of the extends button.
Step 3:
Press the implements button to add which interfaces your class is going to implements. This will also add the methods to the class you are going to
drop into the sourcecode.
Step 4:
Grab the pen icon and drop at the exact position in the textarea that
you wish your class to go. This should insert the class with all the interfacing methods.
The options combobox lets you choose if you just want to insert a class as per instruction above or just the interface methods or class with a main method in it.