+ Reply to Thread
Results 1 to 9 of 9

Thread: Java gui application

  1. #1
    Newbie fcojavierperez is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    2

    Java gui application

    Hello everybody!

    I have to develop a GUI in Java and I am totally rookie on this (Java & GUI development). What I would like to know is whether there is a kind of GUI Builder for Java with free license. I mean, a program which makes me easier to choose where to put the different menus and buttoms of the GUI.

    I explain you a bit more. The IDE that I have to use is Eclipse. The GUI that I have to implement will be done in Java, but what I have to do is to convert a XML file in the GUI (read, parse?). This way I will be able to modify the XML using the GUI and then save the file again (this way the XML file will have been modified). I am working in a windows environment in spite of the GUI will be able to work in Linux too (thanks to a Java VM).

    Thank you very much for your answers! And remember, I need a free license program.

    Fran.

  2. #2
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    Re: Java gui application

    Java will run on any platform unless natively compiled for a certain platform (a bit advanced for what most would need).

    making a java applet isn't that hard, so I have no idea why you would want to use a gui kit like visual basic .NET has for windows apps.

    Anyways, I am unaware of any free programs, however Mars has this program that you can Download here.

  3. #3
    Newbie fcojavierperez is an unknown quantity at this point
    Join Date
    Sep 2008
    Posts
    2

    Thumbs up Re: Java gui application

    Thank you very much morefood2001, but I have decided to use Swing in order to learn Java too. Thanks a lot!

  4. #4
    Guru morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice morefood2001 is just really nice
    Join Date
    Jan 2008
    Posts
    1,724
    Blog Entries
    4

    Re: Java gui application

    Thats a good choice, swing isn't that hard to master and you will understand java much better for future projects

  5. #5
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    Re: Java gui application

    OK, that's enough nonsense, tom2000. I'm fed up of you posting this nonsense everywhere. I'm reporting you to Jordan.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  6. #6
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    Re: Java gui application

    Busted/Banned. Thanks Xav.

  7. #7
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    Re: Java gui application

    You're welcome, O Reppy one.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  8. #8
    Guru G_Morgan is a jewel in the rough G_Morgan is a jewel in the rough G_Morgan is a jewel in the rough
    Join Date
    Oct 2007
    Age
    25
    Posts
    537

    Re: Java gui application

    Netbeans has the best Swing GUI editor. I'd learn to write GUI's by hand before using a GUI editor though. They never, ever, give you exactly what you want and you'll need to be able to understand the code they produce if you want to modify it.

    Swing isn't too difficult. Just a bunch of container and widget objects you can bundle together with the appropriate xListener object for handling events. Look up anonymous inner classes to make the event handling code easier to write.

  9. #9
    Code Warrior Turk4n has much to be proud of Turk4n has much to be proud of Turk4n has much to be proud of Turk4n has much to be proud of Turk4n has much to be proud of Turk4n has much to be proud of Turk4n has much to be proud of Turk4n has much to be proud of Turk4n's Avatar
    Join Date
    May 2008
    Location
    4chan.org/g/
    Age
    20
    Posts
    3,835
    Blog Entries
    4

    Re: Java gui application

    I would recommend you to learn swing. It's really handy, and when you feel sure enough with the basics with swing move on to the JSet, I promise you will love it !(Well not because I love it )

    Hatsune Miku ~❤❤❤
    初音ミク。~❤❤❤

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Tutorial: Starting Java Using Netbeans
    By Jordan in forum Java Tutorials
    Replies: 4
    Last Post: 02-27-2010, 06:20 PM
  2. Replies: 0
    Last Post: 09-30-2008, 07:49 PM
  3. MS-SQL deadlock and hang the Java application
    By reachpradeep in forum Database & Database Programming
    Replies: 1
    Last Post: 03-11-2007, 05:20 AM
  4. Java Help Files
    By xXHalfSliceXx in forum Java Help
    Replies: 3
    Last Post: 11-29-2006, 12:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts