![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Sexy Programmer
|
Java GUI Builder
I was thinking about some issues I've been having with Java. RAD is one of them. When working on projects, the GUI takes up the most time to develop. I was thinking about using the GUI Builder plug-in for Eclipse but it seems too hard and makes the code very unreadable. I really like how Microsoft put together Visual C++ and Visual C#. It would be nice if Java had some kind of standard GUI Builder.
BTW, Has any ever used JBuilder? Is it any good and does my Java programs still become portable after using JBuilder?
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
I usually make the GUI in netbeans and just c&p into JCreator and fix it up, seems to work quite well.
..Just a thought.
__________________
Pain is just weakness leaving the body.
|
|
|
|
|
|
#3 |
|
Sexy Programmer
|
The GUI builder in Netbeans, is it actually any good?
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#4 |
|
Professional Programmer
Join Date: Feb 2005
Location: PA, USA
Posts: 254
Rep Power: 4
![]() |
the netbeans designer code is fairly decent, however, i found it will not copy/paste straight over to something like eclipse.
It uses something like org.jdesktop.layout.LayoutStyle which when put into eclipse, it has no clue what this layout is or where it comes from, must be some library included specifically in netbeans? however, if you're working with netbeans and netbeans only, it can make some very pretty forms very easily.
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt |
|
|
|
|
|
#5 |
|
Expert Programmer
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4
![]() |
I second NetBeans. I had a brief but pleasant experience with the GUI builder.
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
melbolt: All you have to do is delete everything before 'LayoutStyle' and just import the right class to use it. It does that with any layout design, its easy to fix.
__________________
Pain is just weakness leaving the body.
|
|
|
|
|
|
#7 |
|
Sexy Programmer
|
Thanks for the reply guys. Helped me a lot.
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Programming with Java: Tutorial | ReggaetonKing | Java | 7 | May 20th, 2008 11:58 AM |
| Special browser in Java (Project) | stalefish | Java | 3 | Feb 9th, 2008 5:22 PM |
| First Java Program | duale2005 | Java | 3 | May 22nd, 2006 6:17 PM |
| Java programmers, game developers, artists, be ware! RPG game team is recruiting! | atcomputers.us | Paid Job Offers | 7 | Sep 25th, 2005 8:25 PM |
| JAVA and C#??? | java_roshan | C# | 6 | Apr 13th, 2005 11:18 PM |