DPS914 - Basic Lab
Preparing Eclipse
Creating your first Java project
Browsing Java elements using the package explorer
- To browse java elements using package explorer, expand the java package to show all the java classes. - Expand a java class, all the java elements are now visible. |
Editing Java elements
Creating a Java class
Renaming Java elements
Moving and copying Java elements
Move Element |
Copy Element |
- Right click on a java class -> Refactor -> Move |
---|---|---|
- Select destination package of the file. |
||
- File is moved. |