From: Toby D. <tj...@sf...> - 2005-05-24 18:28:34
|
Hi Angela, Here's how I do it. I create a new Java project in Eclipse in the ordinary way, and then use the "import" option in the project to import the package I want from CVS into my project. Toby Angela wrote: >Hi Toby, > >I have finally solved my problem with CVS; I can connect to it now. However, >I don't know how to creat subpackage or importing files from the CVS. Could >you teach me or point me to a tutorial? Thanks. > >status of my section: > >cropping - incomplete (I'm still having quiet the trouble adjusting to the >system. My apology for my slow progress.) > >best, > >Angela > >On Thu, 19 May 2005 13:57:55 -0700 ntm...@gm... wrote: > > >>On 5/18/05, Toby Donaldson <tj...@sf...> wrote: >> >> >>> public interface Cropped { >>> public void cropTop(int numPixels); >>> public void cropBottom(int numPixels); >>> public void cropLeft(int numPixels); >>> public void cropRight(int numPixels); >>> } >>> >>>(I've never implemented cropping before, so this might not turn out to >>> >>> >be > > >>>the best interface. If you or anyone has other ideas, by all means >>> >>> >please > > >>>suggest them.) >>> >>> >>Might also be worth adding a "cropToRectangle(upperLeftX, upperLeftY, >>lowerRightX, lowerRightY)" for easier photoshop-style cropping, as >>well as specifying a default behaviour for the case that numPixels > >>MatrixWidth >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by Oracle Space Sweepstakes >>Want to be the first software developer in space? >>Enter now for the Oracle Space Sweepstakes! >>http://ads.osdn.com/?ad_idt12&alloc_id344&opÌk >>_______________________________________________ >>csjava-developer mailing list >>csj...@li... >>https://lists.sourceforge.net/lists/listinfo/csjava-developer >> >> >> >> > > >------------------- >Angela Hongwei Ma >301007495 >ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓ†+ó^µéšŠX¬²š'²ŠÞu¼Ž§%y*Zqä°yêlµ©±f§¶ÚzØ^~*ì¶Ê·«yׯzZ)z¸§²–œ{ñ'µêç£è®Ø^:¶œ•ä©iÇ’Á穲֤zÏá¶Úÿÿö³ú,vÜ¢oÿißâ×oÚ–Zþ'×øãú)rOÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýË#jöÿuëÞ–Š^®f¢–)à–+-rÈÚ½¯Ýz÷¥¢—«þX¬¶Ïì¢êÜyú+ïçzØm¶›ÿÿùb²Ûÿ²‹«qçè®ÿë–+-³ùb²Ø§~ܲ6¯k÷^½éh > > > > > |