Results 1 to 4 of 4
Thread: Is there a GUI interface for...
- 12-03-2009, 03:15 AM #1
Member
- Join Date
- Dec 2009
- Location
- Houston, TX
- Posts
- 5
- Rep Power
- 0
- 12-03-2009, 03:58 AM #2
Java has many GUI features. There are also tools that help you put together your GUI.
For example, the Netbeans IDE is the one I use. Although I use Eclipse to code, Netbeans, hands down, has an excellent GUI maker, which I use to build all my GUIs.CodesAway - codesaway.info
writing tools that make writing code a little easier
-
If you want to display graphs, look into downloading the JFreeChart library. As for building GUIs, I recommend that you avoid using a GUI builder but instead do this by hand especially when you are in the learning phase.
- 12-03-2009, 08:17 AM #4
Senior Member
- Join Date
- Nov 2009
- Posts
- 150
- Rep Power
- 11
Similar Threads
-
Interface?
By makpandian in forum New To JavaReplies: 5Last Post: 03-26-2009, 11:59 AM -
what is the need of interface?
By makpandian in forum New To JavaReplies: 1Last Post: 03-13-2009, 11:59 AM
Bookmarks