Difference between revisions of "Team2/Moving and Copying Java Elements"
(Created page with 'cfasdfa') |
|||
Line 1: | Line 1: | ||
− | + | =Guide Line= | |
+ | *First action we must take before demonstrating how moving and copying java elements works. Lets create another package called "secondAPP" | ||
+ | |||
+ | *After package is created right-click the file "Lab1Exercise.java" under the firstAPP package, scroll down to "Refractor" and click on "Move...". The move window should have open | ||
+ | |||
+ | *Select the "secondAPP" package and click OK | ||
+ | |||
+ | *If you notice now, the class that was once in the "firstAPP" package is now in the "secondAPP" package and all necessary changes within the code has been made | ||
+ | |||
+ | *[http://zenit.senecac.on.ca/wiki/index.php/Team2/Navigate_to_a_Java_Element%27s_Declaration Click here] to progress to the next tutorial |
Latest revision as of 22:39, 2 February 2011
Guide Line
- First action we must take before demonstrating how moving and copying java elements works. Lets create another package called "secondAPP"
- After package is created right-click the file "Lab1Exercise.java" under the firstAPP package, scroll down to "Refractor" and click on "Move...". The move window should have open
- Select the "secondAPP" package and click OK
- If you notice now, the class that was once in the "firstAPP" package is now in the "secondAPP" package and all necessary changes within the code has been made
- Click here to progress to the next tutorial