Results 1 to 6 of 6

Thread: GUI's in Java and C++

  1. #1

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Resolved 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.

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: GUI's in Java and C++

    For Java, search for the "awt" and "swing" libraries to import. For C++, ask in the C++ forum


    Has someone helped you? Then you can Rate their helpful post.

  3. #3

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Re: GUI's in Java and C++

    Quote 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.

  4. #4
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111

    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.

  5. #5
    Addicted Member
    Join Date
    May 2005
    Posts
    230

    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.

  6. #6

    Thread Starter
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Re: GUI's in Java and C++

    Quote 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
  •  



Click Here to Expand Forum to Full Width