Graphics
Graphics are visual presentations on some surface.
Language
Any
Platform
Any
License
Any
its great idea araç yıkama makinesi, araba yıkama, basınçlı yıkama,otomatik araç yıkama sistemleri
OK You have to know the difference between ++i and i++;
when you use you use
++i : You increment the value of i then return .
i++ : returns the value of i and increment it after.
so...
Hello.I download j2me wireless toolkit 2.5.1. when i add my application and click on build button,it show error "use full java se sdk".i have java se.but problem still.
class a
{
public static void main(String[] a)
{
int i=1,j;
i=i++;
System.out.println("The value of i is "+i);
j=i++;
System.out.println("The value of j is "+j);
System.out.println("The value...
hi all, iam developing mobile agent using aglet 2.0.2 and
mysql-connector-java-5.1.14 to connect database mysql.
i was create simple code to display some data from database.
then i compile it and...
Can somebody tell me please all the important points, that are required to
get a own lowlevelkeyboardproc global hook working.
3. Does somebody know a good link(s) to a place(s), that...
Hello all,
I am attempting to create a basic chat program and I am having some difficulties as I am trying to use threads for it. There is a single Server object that listens for Client connects,...
use a textchanged event procedure, and the val() of the textbox,
also use a select case or nested if/then's to determine which conversion to use when either radio button is selected.
I've done a...
HI, I have a Combo box where I have a list of teams. That works correctly. But my problem is if I select a team from the box how do I remove the team from the Combo box selection.
m_Combo...
I am following Frank D. Luna's book in DirectX 10 but I have a problem compiling this very simple program.
#include
int main()
{
D3DXVECTOR3 u(1.0f, 2.0f, 3.0f);
return 0;
}
I...
Hi there,
If you really want to get into programming Java then first you should know some basics of programming. You can take few days knowing the stuffs of programming, then you can finally start...
First off I'm glad to be here. I'll get right to the point:
I want to eventually program java apps on the android platform, but I know NOTHING about programming. Can anyone please suggest an...
make sure that aglet is installed in your computer properly.
go to dir which u want to compile:
cd c:\aglets\public\examples
then type like this :
javac -classpath .;c:\aglets\lib\aglet.2.0.2...
Hi, im needing a bit of help with two parts of my program, firstly its finding a more efficient way of displaying my site map using recursive methods or loops, here is the simple method of how i...
I am currently using Qt 4.7.0 and 32-bit Ubuntu 10.10.
I have created a very simple application that draws a rectangle and has no border, no title bar and no buttons in it respectively - close,...
How to commpile java source file using ant in aglets
the information was great. thanks
For Example:
You have Form1 and Form2, and in Form1 have a Button1, and in Form2 have TextBox1:
Double Click the button1 and Insert the Code like shown here.
Form2 oForm = new Form2();...
I am not able to understand the code. I want to edit to make it work with active learning concept. Some small changes should be made in the code to work as active learning i am not able to do that....