|
-
Oct 23rd, 2005, 07:21 AM
#1
Thread Starter
Fanatic Member
GUI's in Java and C++
Do you have to code a GUI in java if you want to use one? Also do you have to code the GUI in C++ too?
I've just do console/terminal programming with java so far so i wouldn't know sorry.
Thanks.
Last edited by x-ice; Feb 25th, 2007 at 07:18 PM.
-
Oct 23rd, 2005, 07:27 AM
#2
-
Oct 23rd, 2005, 09:43 AM
#3
Thread Starter
Fanatic Member
Re: GUI's in Java and C++
 Originally Posted by manavo11
For Java, search for the "awt" and "swing" libraries to import. For C++, ask in the C++ forum 
For java does this mean you have to code the GUI or would there be a form designer with most decent IDE's?
I know basic details about AWT and SWING (never used them though), but it seems to me as if these libraries suggest that you have to code your GUI, is this true?
Last edited by x-ice; Oct 23rd, 2005 at 10:14 AM.
-
Oct 23rd, 2005, 11:38 AM
#4
Frenzied Member
Re: GUI's in Java and C++
You should start with coding your GUI's. It's probably not good coding practice to use IDE generated GUI's untill you understand how to make them. I prefer Swing over awt, but I guess it's good to learn both.
-
Oct 23rd, 2005, 09:14 PM
#5
Addicted Member
Re: GUI's in Java and C++
I think javabeans is an IDE that will generate GUI's for Java. There are also several for C++, I have used QT before.
-
Oct 24th, 2005, 03:32 AM
#6
Thread Starter
Fanatic Member
Re: GUI's in Java and C++
 Originally Posted by just_a_me
I think javabeans is an IDE that will generate GUI's for Java. There are also several for C++, I have used QT before.
Yes, most decent Java IDE's have a form designer. I have just noticed. I think best IDE for C++ is Microsoft Visual C++.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|