Results 1 to 16 of 16
5Likes Thread: Is there any visual/graphic designer for Java GUI?
- 01-05-2012, 09:06 AM #1
Member
- Join Date
- Jan 2012
- Posts
- 6
- Rep Power
- 0
Is there any visual/graphic designer for Java GUI?
I am really sorry if I sound really ignorant. To be honest, I am really, really new in Java. Previously I have been programming exclusively in Visual Basic and Visual Basic.NET for many years. I am currently using a book called "Sam's teach yourself Java in 24 hours, Sixth Edition", and I have downloaded JDK7 and Netbeans IDE 7, all I believe is for the latest version of Java. I am still on the early part of the book, but I have flipped over some further pages. What I am surprised is that the book basically suggested using text based programming for GUI. I am wondering, is there any Visual IDE that can be used to design GUI for Java? Some sort like that of Visual Basic.Net makes Visual Basic so popular?
- 01-05-2012, 09:17 AM #2
Member
- Join Date
- Jan 2012
- Posts
- 6
- Rep Power
- 0
Re: Is there any visual/graphic designer for Java GUI?
I believe in Java world, it is called visual GUI builder. I think there are some out there. Any suggestions which one is good, reliable, and possibly free (GNU)?
- 01-05-2012, 09:19 AM #3
Member
- Join Date
- Jan 2012
- Posts
- 9
- Rep Power
- 0
Re: Is there any visual/graphic designer for Java GUI?
Netbeans has a visual designer integrated into it. To use it just click on New File>Swing GUI Forms and select any one of the templates, although I strongly recommend you go into GUI programming without a designer first in order to learn the difference between JFrames, JPanels, JDialogs etc. in the context of Java programming.
- 01-05-2012, 11:31 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Is there any visual/graphic designer for Java GUI?
Almost all the Java IDE has a UI editor as well. However, my suggestion is, as a beginner do not use a UI builder initially. To get the better idea about Swing/AWT controls and all code it on a simple editor such as Notepad.
- 01-06-2012, 05:41 AM #5
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
Re: Is there any visual/graphic designer for Java GUI?
yeah, NetBeans has a GUI editor in it. however, i often find it really hard to create a layout because the Panels gets out of control.
anyway, try using JCreator first, it has at least a better look than notepad.[why are you annoyed with my sig?]
- 01-06-2012, 05:46 AM #6
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
Re: Is there any visual/graphic designer for Java GUI?
and BTW, i heard Eclipse has a GUI builder too.
[why are you annoyed with my sig?]
- 01-06-2012, 05:50 AM #7
Moderator
- Join Date
- Feb 2009
- Location
- New Zealand
- Posts
- 4,546
- Rep Power
- 11
Re: Is there any visual/graphic designer for Java GUI?
A month or so back I had a panel with *lots* of controls on it. It was just a small utility I wanted so I didn't care that the panel was crowded with buttons. Despite advising other people not to I thought I would use Netbeans and save myself the work of laying them out just so.
I lost an hour of my life to that wretched gui builder before deciding I could do better, faster without its "help". The thing was actually fighting back as I tried to size a panel containing a number of other panels!
- 01-06-2012, 06:21 AM #8
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
Re: Is there any visual/graphic designer for Java GUI?
that explains why it's not that popular. :) anyway, gotta try using Netbeans soon.
[why are you annoyed with my sig?]
- 01-06-2012, 06:39 AM #9
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Is there any visual/graphic designer for Java GUI?
- 01-06-2012, 06:40 AM #10
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Is there any visual/graphic designer for Java GUI?
- 01-07-2012, 05:13 AM #11
Member
- Join Date
- Jan 2012
- Posts
- 6
- Rep Power
- 0
Re: Amazon Gift Card
OK, Guys. Thank you so much for the info and advices. I will take those to heart and learn diligently as suggested...
- 01-10-2012, 12:29 PM #12
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Is there any visual/graphic designer for Java GUI?
As I said, try to learn the basis first of all. Later you can use an UI builder. Actually to use the UI builder also you need some sort of basic knowledge about all the components.
- 01-11-2012, 12:21 AM #13
Member
- Join Date
- Jan 2012
- Posts
- 6
- Rep Power
- 0
Re: Is there any visual/graphic designer for Java GUI?
Eranga,
Will do that. I am going through the book step by step, and it will do exactly that. Thank you so much...
- 01-11-2012, 02:48 AM #14
Re: Is there any visual/graphic designer for Java GUI?
I think eclipse has a good one now too.
- 01-11-2012, 03:04 AM #15
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Is there any visual/graphic designer for Java GUI?
- 01-11-2012, 03:05 AM #16
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Re: Is there any visual/graphic designer for Java GUI?
Similar Threads
-
Java Graphic
By Albion in forum Java 2DReplies: 2Last Post: 12-23-2011, 10:55 AM -
JBoss JBPM visual designer plugin is not working with intellJ
By arorap in forum IntelliJ IDEAReplies: 0Last Post: 11-29-2011, 06:42 AM -
Java Guidewire IT Designer
By Joaquin in forum Jobs OfferedReplies: 0Last Post: 01-11-2010, 03:35 AM -
GUI Designer for Swing/Java
By balajishenbagarajan in forum AWT / SwingReplies: 20Last Post: 01-27-2009, 12:17 AM -
How to get back from Visual Design to Visual MIDlet?
By sknn in forum NetBeansReplies: 0Last Post: 12-08-2008, 02:30 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks