1
edit
Changes
no edit summary
'''6. Renaming Java elements '''
<br/>Go to the "src" folder in your package and right click on it, then select: New -> Class
<br/>In the "New Java Class" window, write down your class name, e.g."Lab" and check the "public static void main(String[] args)"
<br/>The following code will be the content of the Lab1_1 class.
[[Image:eclLab1_7.jpg|500px ]]
<br/>The following code will be the content of the Lab1_1 class.