Posts tagged Java Tips
Getting started with Ant in JAVA, The Apache ANT Project
Oct 20th
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 More >
Methods with a Variable Number of Parameters java jdk 6
Aug 27th
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 More >
Bingo Game in JAVA Working with vectors
Aug 27th
Good night
today i bring to you very funny java program called (Bingo)
it is some kind of luck games
the idea of game is to generate random ( 0 or 1 )
if there is three ones ( the same row, column, diagonal ) then BINGO
else NOT BINGO
the game done using Vectors that More >
Printscreen (screen shot) in java
Aug 22nd
مسا الخير
اليوم جايبلكون كود جافا بيقوم باخد صورة للشاشة ويحفظها على الهارد ديسك
يمكن انا نحدد حجم الصورة – مكان الصورة – نوع الصورة
الكود مو صعب ابدا وهو بالاعتماد بشكل اساسي على الصف
java.aw.Robot
واللي هوي بشكل اساسي عبارة عن صف للتعامل مع اجهزة الادخال مثل لوحة المفاتيح – الفارة بشكل More >

