Link to home
Start Free TrialLog in
Avatar of Peter Kiers
Peter KiersFlag for Netherlands

asked on

New in Java

Hi,

I am a C#-programmer, and I am new in Java.
I use the application Eclipse for programming in Java.

My question is: Which objects can I use in java.

F.e: is see this code: Dialog.alert("Failed to obtain a location provider, exiting...");
So I can use a dialog in java

F.e: I see in this code:status = new EditField(Field.NON_FOCUSABLE);
that i have a editfield available.

So how can I find out what objects I can use in Java?

Greetings,

Peter Kiers
Avatar of afibarra
afibarra
Flag of Mexico image

Hello,

What about Java Documentation?

http://docs.oracle.com/javase/6/docs/api/
ASKER CERTIFIED SOLUTION
Avatar of afibarra
afibarra
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Peter Kiers

ASKER

Your link was exactly what I was looking for.

Thanx,
Peter
You are welcome  =)