البحث وجد تطابق وحيد
- 03 ديسمبر 2008, 14:04
- منتدى: تطويــر الويــب
- موضوع: أحتاج مساعده في الجافا
- ردود: 1
- مشاهدات: 2969
أحتاج مساعده في الجافا
when i do the Vertical mirror for a picture it apears fine but when i tryed to do the Horizontal there is an error apears: Code Horizontal : public class HoriPic{ public static void mirrorHorizontal(Picture p) { { int mirrorPoint = p.getHeight() / 2; Pixel leftPixel = null; Pixel rightPixel = null; ...