Open main menu

CDOT Wiki β

Changes

Team1/Moving and copying Java elements

12 bytes added, 12:29, 30 January 2011
no edit summary
=== 6. Moving and copying Java elements ===
6.1. To '''Move ''' a class to another package: <br/>
Click on ''Refactor -> Move'' <br/>
[[Image:move1.jpg |600px]]
[[Image:move3.jpg |600px ]]
<br/>6.4. To '''Copy ''' a class to another package:<br/>
Right Click on the class name in the ''Package Explorer'', then select ''Copy'', <br/>
[[Image:copy1.jpg |600px]]
<br/>6.6. The following code will be the content of the copied ''VehicleRegistration'' class. Note the package name.<br />
[[Image:copy3.jpg |500px 600px ]]
1
edit