|
||||||
| Java Help Java Help forum discussing all Java platforms - J2ME, J2SE and J2EE - as well as relevant standards, APIs and frameworks such as Swing, Servlets, JSPs, Applets, Struts, Spring, Hibernate, ANT, EJB, and other Java-related topics. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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. |
|
|||
|
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. |
|
|||||
|
Busted/Banned. Thanks Xav.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog Post a job on our freelance section! Paste between computers/devices and Collaborate on Code!. |
|
|||
|
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. |
![]() |
| Tags |
| builder, free license, gui, java, xml |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Beginner in Java, need help with opening external application | CrazeD | Java Help | 0 | 09-30-2008 06:49 PM |
| Tutorial: Starting Java Using Netbeans | Jordan | Java Tutorials | 0 | 04-05-2008 02:45 PM |
| MS-SQL deadlock and hang the Java application | reachpradeep | Database & Database Programming | 1 | 03-11-2007 04:20 AM |
| Java Help Files | xXHalfSliceXx | Java Help | 3 | 11-28-2006 11:30 PM |
Algorithms and Data Structures
Programming Language Popularity
Code Collaboration
Podnet IRC Network
AmpHosted
Goal #1: 1,000 Blogs
Goal #2: 1,000 Wiki Pages
Goal #3: 300,000 Posts
Goal #4: 20,000 Threads
Done: 30%, 23%, 55%, 75%