1
edit
Changes
Created page with ' === 8. Navigate to a Java element's declaration === 8.1. Select the element you want to look through, then go to ''Navigate - > Open Decleration'' or press ''F3''. <br/> [[Ima…'
=== 8. Navigate to a Java element's declaration ===
8.1. Select the element you want to look through, then go to ''Navigate - > Open Decleration'' or press ''F3''. <br/>
[[Image:decleration1.jpg |600px]]
<br/>8.2. In the ''New Java Class'' window, write down your class name, e.g."VehicleRegistration" and check the ''public static void main(String[] args)''. Press Finish to close the window.<br />
[[Image:newclass2.jpg |500px ]]
<br/>8.3. The following code will be the content of the ''VehicleRegistration'' class in ''cs.ecl.basics.lab'' package.<br />
[[Image:newclass3.jpg |600px ]]