Difference between revisions of "Team1/Navigate to a Java element's declaration"

From CDOT Wiki
Jump to: navigation, search
(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…')
(No difference)

Revision as of 12:32, 30 January 2011


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.
Decleration1.jpg


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.
Newclass2.jpg


8.3. The following code will be the content of the VehicleRegistration class in cs.ecl.basics.lab package.
Newclass3.jpg