Tag Archives: java
NetBeans IDE 6.9 Final Direct Links Download All systems  6.9 الاصدار النهائي من بيئة التطوير الشهيرة نيت بينز

NetBeans IDE 6.9 Final Direct Links Download All systems 6.9 الاصدار النهائي من بيئة التطوير الشهيرة نيت بينز

The NetBeans IDE is an award-winning integrated development environment available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an open-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as JavaFX, PHP, JavaScript and Ajax, Ruby and Ruby on Rails, Groovy and Grails, and C/C++.

The NetBeans project is supported by a vibrant developer community and offers extensive documentation and training resources as well as a diverse selection of third-party plugins.

7 Comments Continue Reading →
JCreator Pro + LE ( Java IDE ) version 4.50.010 full with Serial

JCreator Pro + LE ( Java IDE ) version 4.50.010 full with Serial

JCreator Java IDE V. 4.50.010 full + serial برنامج JCreator من البرامج المشهورة جدا في ترجمة ملفات ال Java . فعندا نقوم بكتابة برنامج بلغة ال جافا فاننا نحتاج لتنفيذ البرنامج البرنامج على اجهزة اخرى لذلك نحن بحاجة الى ترجمتها وتحويلها الى byte code اي تحويل البرنامج من java file الى class file. يمكن عمل [...]

8 Comments Continue Reading →
Java™ Swing, 2nd Edition تعلم تقنيات تصميم الواجهات في لغة جافا مع هذا الكتاب الرائع

Java™ Swing, 2nd Edition تعلم تقنيات تصميم الواجهات في لغة جافا مع هذا الكتاب الرائع

Java™ Swing, 2nd Edition بعض الشرح عن الكتاب باللغة العربية تعلم تقنيات تصميم الواجهات .. اظن انا هذا العنوان ملائم لهذا الكتاب . يبحث هذا الكتاب في تصميم واجهات المستخدم الرسومية او الواجهات الودودة اي كما تعرف ب GUI = Graphical User Interface. تتضمن في البداية تعريف بمكونات Swing و مكونات AWT وكيفية تحديث البرامج [...]

Leave a comment Continue Reading →
Getting started with Ant in JAVA, The Apache ANT Project

Getting started with Ant in JAVA, The Apache ANT Project

ANT The main purpose of this article is to show Ant Java developers who do not yet know this tool. To reveal the main contributions of Ant, we will compare the creation of an online project of classical control with the creation of same project with Ant. Introduction Building the project from command line Compilation [...]

1 Comment Continue Reading →
Window with a tiles image drawing on java frame

Window with a tiles image drawing on java frame

بعض الشرح باللغة العربية هذا الكود البسيط والجميل ومهمته وضع اي صورة بشكل متكرر على كامل نافذة البرنامج, الكود يستخدم تقنية رسم الصورة على النافذة وليست وضع الصورة على مكون ثم تكرير المكون Component. مبدا الطريقة وهو بداية رسم الصورة الاساسية على الزاوية العليا اليسرى ثم نسخ المساحة بشكل متكرر حتى نقوم بتغطية النافذة بشكل [...]

21 Comments Continue Reading →

Frame in the center of the screen and 50% of it with icon in TaskBar

بعض الشرح باللغة العربية هذا الكود البسيط والفيد جدا أثناء تصميم الواجهات الرسومية في الجافا . فعند تصميم الواجهة على جهاز معين بقياسات ثابتة مثلا 800*600 فاننا عندما نشغل البرنامج على جهاز آخر ذو دقة شاشة عالية فاننا نجد انا البرنامج غير منسق بشكل جيد لذلك نجد انه من الجيد جدا ان نضع النافذة في [...]

3 Comments Continue Reading →

Core Java Volume 1 + 2 (Fundamentals & Advanced ) 8th Edition

مسا الخير اكيد كلنا بيعرفوا لغة الجافا وكتير منا بحبوا يتعلموها لهيك انا جايب اليوم كتابين من اشهر كتب لتعليم الجافا من مرحلة المبتدئين ( اي اللي ما بيعرفوا شي ) حتى مرحلة متقدمة جدا الكتب هي عبارة عن كتابين الكتاب الاول هو للمبتدئين ( ليس مبتدئين فهو هام جدا ) Core Java Volume I [...]

34 Comments Continue Reading →

Methods with a Variable Number of Parameters java jdk 6

Good Night : Before Java SE 5.0 every Java method had a fixed number of parameters. However, it is now possible to provide methods that can be called with a variable number of parameters. (These are sometimes called “varargs” methods.) You can define your own methods with variable parameters, and you can specify any type [...]

2 Comments Continue Reading →