aspose file tools
The moose likes Swing / AWT / SWT and the fly likes is there any IDE for java swings? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "is there any IDE for java swings?" Watch "is there any IDE for java swings?" New topic
Author

is there any IDE for java swings?

Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 973

Is there any IDE for java swings???

i mean without writing any code,is it possible to have a drag and drop mechanism for adding textbox,buttons,radio buttons etc as one has in Visual Basic???


http://www.lifesbizzare.blogspot.com || OCJP:81%
Evan Caballero
Ranch Hand

Joined: Dec 10, 2009
Posts: 59
You should try NetBeans I suppose.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

1) Swing is a proper noun

2) I, and many people with me, think that you shouldn't write user interfaces using a GUI builder. You will not know the internals of how event handlers etc work, and you will be unable to write GUI programs when you are forced to give up your IDE (like when your employer uses a different one).


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 973

Rob Prime wrote:1) Swing is a proper noun

2) I, and many people with me, think that you shouldn't write user interfaces using a GUI builder. You will not know the internals of how event handlers etc work, and you will be unable to write GUI programs when you are forced to give up your IDE (like when your employer uses a different one).

ya totally write sir but the thing is that we need to submit our cclass project within a predefined time so besides netbeans anything else,if you can suggest?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Vishal Hegde wrote:besides netbeans anything else,if you can suggest?

Eclipse and IntelliJ have GUI builders as well. I, too, shy away from them.


Android appsImageJ pluginsJava web charts
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32673
    
    4
Agree you should avoid IDEs' GUI builders for Swing code. You can, however, use the IDE to speed writing your own code.

Moving thread to our Swing forum, where we usually discuss GUI matters.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: is there any IDE for java swings?
 
Similar Threads
JButton with Rounded edges
To find parent window.
SwingApplication
Suggestions for developing desktop application in java
newbie help with swing forms