Link to home
Start Free TrialLog in
Avatar of mastiSoft
mastiSoft

asked on

What do I need

Hi
I will begin program in Java.
Java Swing what is it ? What do I have to install to use this?
Avatar of a_b
a_b

Nothing to be installed except for JDK to get you started.

Look at the tutorial here - http://download.oracle.com/javase/tutorial/uiswing/
ASKER CERTIFIED SOLUTION
Avatar of a_b
a_b

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
SOLUTION
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 mastiSoft

ASKER

a_b in the link you send me I can find everything but not installation.
I installed something that calls "JCreator LE". Is it what I need?
Avatar of HonorGod
Warning: If you are new to programming, then Swing, and the event handling that it entails may require a huge learning curve.
SOLUTION
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
You can download that from here - http://www.jcreator.org/download.htm

Good point by HonorGod about possibly being new to programming.

What experience in programming do you have?

If Java is your first programming language, I think the advice should be quite different than if have extensive experience with C++ (for example).
Hi,
I have 10 years experience in VB from VB6 to VS2010. And 1 year in C++.
The book I mentioned, Objects First with Java has only one chapter on SwingJ.  It would be a good book for someone learning his first OOP language and that's not you.  You can still download the BlueJ IDE for free but others work well too.  I suggest you follow earlier advice and go with Netbeans or Eclipse.  (Me, I'd download both and try both to see which one you like better.)

Remember that functions are called methods in Java (or the Java word-police will hunt you down...j/k).
SOLUTION
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
Looks to me like a good recommendation by HonorGod.
Thanks for the assist and the points.

Good luck & have a great day.