Difference between revisions of "Team2/Moving and Copying Java Elements"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'cfasdfa')
 
 
Line 1: Line 1:
cfasdfa
+
=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 23: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