The Artima Developer Community
Sponsored Link

Java Answers Forum
Is there a Visual GUI editor ?

11 replies on 1 page. Most recent reply: Jan 19, 2005 5:38 PM by Chris Miller

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 11 replies on 1 page
Ahron Cohen

Posts: 1
Nickname: memi
Registered: Apr, 2004

Is there a Visual GUI editor ? Posted: Apr 27, 2004 12:12 PM
Reply to this message Reply
Advertisement
In Visual Basic you can create a complex GUI in 30 seconds,
drag and drop controls, size them, make them same size etc.

I wonder if there is a simple (free maybe) tool for doing this in Java.

Thank you
Memi


Matthias Neumair

Posts: 660
Nickname: neumi
Registered: Sep, 2003

Re: Is there a Visual GUI editor ? Posted: Apr 28, 2004 5:24 AM
Reply to this message Reply
NetBeans IDE 3.51 from www.java.sun.com

Jeroen Wenting

Posts: 88
Nickname: jwenting
Registered: Mar, 2004

Re: Is there a Visual GUI editor ? Posted: Apr 29, 2004 12:47 AM
Reply to this message Reply
or JBuilder (Borland).
There's certainly others out there, but I've not used them.

Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: Is there a Visual GUI editor ? Posted: Apr 29, 2004 3:10 PM
Reply to this message Reply
Also Inrellij's Idea IDE at http://www.intellij.net/eap/index.jsp

Sanjay Perera

Posts: 42
Nickname: angel6
Registered: Apr, 2004

Re: Is there a Visual GUI editor ? Posted: Apr 30, 2004 6:31 AM
Reply to this message Reply
Try out Forte 4 Java (Sorry guys I don't remember the exact name) but somehow if you are begginer try the notepad and get used to it. Use 3rd part IDEs when you are an intermidiate or an advanced programmer.

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Is there a Visual GUI editor ? Posted: Apr 30, 2004 4:34 PM
Reply to this message Reply
I think NetBeans and Forte are now synonymous, aren't they?

As far as ease of use goes, I haven't seen any Java GUI tools that are as easy as VB for this kind of thing. And Visual Studio .Net is even better the old VB was, plus you get the benefit of writing the code in C# (although VB is still an option, if you don't have the good sense to learn something better).

Of couse, VS.Net is not quite as good as Borland C++ Builder, from which it seems to have "innovated" many ideas. Then again, C++ Builder was based on Delphi, which, it seems to me, still remains unsurpassed in this category. I never did like Pascal all that well, though.

Oh, you were asking about Java GUI builders! I must say that I was disappointed with JBuilder, probably mostly because I had very high expectations after using Borland C++ Builder and Delphi for many years. I haven't been too impressed by NetBeans in this regard and haven't tried IntelliJ's offering (the latter is really nice for code editing, though).

I must admit that I've not done a lot of GUI work with Java (but plenty with C, VB, Delphi, C++ and now C#). I'd like to hear some more comments from people who have used VB, C++ Builder or Delphi compared to some of the Java IDEs for building GUIs.

mausam

Posts: 243
Nickname: mausam
Registered: Sep, 2003

Re: Is there a Visual GUI editor ? Posted: Dec 17, 2004 3:22 AM
Reply to this message Reply
http://www.oracle.com/technology/software/products/jdev/index.html

Alessandro

Posts: 1
Nickname: dafist
Registered: Dec, 2004

Re: Is there a Visual GUI editor ? Posted: Dec 21, 2004 7:49 AM
Reply to this message Reply
Get this:
http://www.eclipse.org

Then download the free plugin
http://v4all.sourceforge.net/index_start.html

Amol Brid

Posts: 43
Nickname: amolbrid
Registered: Feb, 2004

Re: Is there a Visual GUI editor ? Posted: Dec 21, 2004 10:53 PM
Reply to this message Reply
Hi all,

I have worked with VS 6.0, VS.NET, JBuilder 8 and Eclipse with Jigloo as GUI builder.

JBuilder 8 and Jigloo and no where near to VS 6.0 and forget about VS.NET.

I was really disappointed with Jigloo as it took me twice the time writting code myself :(.

I don't think that anyone will be able to develop the IDE's as powerfull and robust as Microsoft.


Amol Brid.

Chris Miller

Posts: 23
Nickname: lordsauron
Registered: Jan, 2005

Re: Is there a Visual GUI editor ? Posted: Jan 17, 2005 10:16 AM
Reply to this message Reply
Yeah, I know those are real good editors - however, you're out of luck. Visual Cafe just got sold because its owner's company is busy winding down. I can see why you want that a visual IDE though - I do my HTML the same way using Dreamweaver - get the actual interface there, then you go down and dirty and make all the buttons do stuff. I'm afraid that you'll never see a IDE that is truely visual. The best even Dreamweaver has done is offer a nice little textbox to put links - I still go down and dirty because I need to make the links point to the appropriate frames. The same would be true in what you're looking for. You could make your check boxes (also called radio buttons) and similar stuff, but you'd still have to go down and dirty, roll up your sleeves and code in the gaps. Otherwise you're left with a bunch of buttons and UIs that don't do anything!!!

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: Is there a Visual GUI editor ? Posted: Jan 17, 2005 10:22 AM
Reply to this message Reply
Chris, it sounds like you are talking about JavaScript, not Java.

Chris Miller

Posts: 23
Nickname: lordsauron
Registered: Jan, 2005

Re: Is there a Visual GUI editor ? Posted: Jan 19, 2005 5:38 PM
Reply to this message Reply
I take it you've never played with frames. Sure, implementing them is easy enough, but fine-tuning them so they look jus right is really a pain without a visual IDE. Imagine sitting there, focused on a single tag. Change the number. Save. Reload in browser. Still not right. Change the number. Save. Reload in browser... you get the idea. Frames are a absolute pain, but they add a acessibility to your site that is totally unparralleled. Back to your question, no I don't know JavaScript, though if I ever get the time I might buy a book on it and get some of the basics... souncs interesting, embedded code and all.

Flat View: This topic has 11 replies on 1 page
Topic: Code termFreq, documents in Lucene Previous Topic   Next Topic Topic: HELP!!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use