Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 17th, 2005, 1:27 AM   #1
VigilanteP@comcast.net
Newbie
 
Join Date: Jun 2005
Posts: 8
Rep Power: 0 VigilanteP@comcast.net is on a distinguished road
Making a GUI in Java

I was just wondering what tools out there you would recommend for visually designing a Java GUI.

Right now I am using Eclipse as my development environment and i have looked for plugins to do this but I haven't been able to get any of them to work and apparantly the Eclipse plugin community is either really small or non-existant because i couldn't find any forums to post my problems in.

I'm just trying to find a utility which will let me design my GUI a little bit more easily than my current method... which is to type it out, run it, and pray
VigilanteP@comcast.net is offline   Reply With Quote
Old Jun 17th, 2005, 1:36 AM   #2
Easter Bunny
Programmer
 
Easter Bunny's Avatar
 
Join Date: Mar 2005
Location: different places. constantly on the run.
Posts: 57
Rep Power: 4 Easter Bunny is on a distinguished road
if you download the new java 1.5 update 3 from sun, then you'll get netbeans as well(116MB though). don't know how to work it so nicely, but it looks nice. personally, i like to type my stuff out, because i feel that i know what's going on then. with netbeans it also just chucks in a bunch of code when you put something on your window and when you have a whole bunch of things it looks weird. maybe other programs do it better. maybe i'm just narrow minded.
__________________
There's got to be more to life than being really, really
ridiculously good looking
Easter Bunny is offline   Reply With Quote
Old Jun 17th, 2005, 1:46 AM   #3
VigilanteP@comcast.net
Newbie
 
Join Date: Jun 2005
Posts: 8
Rep Power: 0 VigilanteP@comcast.net is on a distinguished road
I suppose i could try that out, i remember using netbeans in the past and hating it, but my memory of that is hazy.

All i want is something that i can use to design my forms and have it give me the code that i can take and put in with the rest of my code in eclipse.
VigilanteP@comcast.net is offline   Reply With Quote
Old Jun 17th, 2005, 3:12 AM   #4
kirkl_uk
Programmer
 
kirkl_uk's Avatar
 
Join Date: Apr 2005
Location: England
Posts: 86
Rep Power: 4 kirkl_uk is on a distinguished road
Send a message via MSN to kirkl_uk
I'm not sure, but maybe JBuilder does that. I use Eclipse too, and just type the code to add controls. Java's layout managers make it a lot easier to code controls, as most positioning aspects are taken care of for you.
__________________
kirkl_uk
kirkl_uk is offline   Reply With Quote
Old Jun 17th, 2005, 7:10 AM   #5
HeX
Programmer
 
HeX's Avatar
 
Join Date: May 2005
Location: Kosova
Posts: 94
Rep Power: 4 HeX is on a distinguished road
Send a message via MSN to HeX
I usually do it myself. However, you can do that with Netbeans
__________________
countdown++;
HeX is offline   Reply With Quote
Old Jun 17th, 2005, 7:21 AM   #6
nnxion
Programming Guru
 
nnxion's Avatar
 
Join Date: Jun 2005
Location: elemental plane
Posts: 1,429
Rep Power: 5 nnxion is on a distinguished road
Maybe someone can remove the @comcast.net from behind your nickname.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
nnxion is offline   Reply With Quote
Old Jun 17th, 2005, 8:54 AM   #7
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
i've noticed that making GUI's with IDE's create super crappy code, it's like making a webpage in Frontpage. drag-n-drop also doesn't teach you anything. There's great tutorials on java.sun.com. Check those out.
-Dizz
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline   Reply With Quote
Old Jun 17th, 2005, 10:50 AM   #8
EdSalamander
Programmer
 
EdSalamander's Avatar
 
Join Date: Dec 2004
Location: Tucson, AZ, USA
Posts: 80
Rep Power: 4 EdSalamander is on a distinguished road
Send a message via AIM to EdSalamander
There's no substitute to writing your own code for GUIs. It's tough and awkward at first, and Swing's LayoutManagers are confusing as hell until you've actually worked with them a bit, but like Dizzutch says, the tutorials on java.sun.com are great. Besides, if you find you need help with any specifics, you can always find it here.
__________________
I can pick my friends. And I can pick my nose. So, why can't I pick my friend's nose?
EdSalamander is offline   Reply With Quote
Old Jun 17th, 2005, 12:22 PM   #9
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Quote:
Originally Posted by Dizzutch
i've noticed that making GUI's with IDE's create super crappy code, it's like making a webpage in Frontpage. drag-n-drop also doesn't teach you anything. There's great tutorials on java.sun.com. Check those out.
-Dizz
That's not true - Visual Basic .NET and Visual C# generate pretty good code, even if it's kinda unordered. However, I still end up coding the GUIs myself due to a lack of control arrays when using the IDE.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Jun 17th, 2005, 12:24 PM   #10
VigilanteP@comcast.net
Newbie
 
Join Date: Jun 2005
Posts: 8
Rep Power: 0 VigilanteP@comcast.net is on a distinguished road
Maybe i'll bite the bullet and just give in and learn to do it myself then...

The thing i don't like about the layout managers is that it seems no matter how hard i try it never comes out just like i want it. The last project that i worked on with a major GUI element I just ended up not using any layout managers and using Visual Studio's GUI designer to help me position my elements exactly where i wanted because the layout managers were driving me crazy.

I suppose i could give some of those Sun tutorials a shot though.

Oh and about my nickname.. i just hit autofill in google when i was signing up and it put this name in there for me and i didn't even notice until i tried logging in and it wouldnt let me :o
VigilanteP@comcast.net is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:59 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC