Team1/Navigate to a Java element's declaration

From CDOT Wiki
Revision as of 11:32, 30 January 2011 by Minooz (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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