What is the Import Panel
The import panel is a component that appears when you select Import Panel from
the down arrow drop down box. This panel allows you to drop import statements into your source code
without typing them in. It will automatically insert the statements into the top of the code.
How do I drop import statements into my sourcecode
Step 1:
Choose the package you want in the drop down box to the left.
Step 2:
Choose the class you wish to import in the drop down box to the right.
Select asterick if you wish to import all classes and interfaces in that package.
Step 3:
Move the mouse over the pen icon to the right of the toolbar and grab it with the mouse. Then move it over the textarea
and drop it in there.
This should insert the import statement into the source code.