File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes Swing MockUp 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 "Swing MockUp" Watch "Swing MockUp" New topic
Author

Swing MockUp

V Bose
Ranch Hand

Joined: Jul 10, 2003
Posts: 113
Is there a tool to quickly mockup a Swing GUI.
Putting together Buttons and Menu Bars and List Boxes, to get a feel of how the GUI will eventually look like...?
Rashmi Hegde
Greenhorn

Joined: Jan 08, 2003
Posts: 9
hi ,

I think U can use a an editor like net beans to do that.


cheers.
Brian Pipa
Ranch Hand

Joined: Sep 29, 2003
Posts: 299
There are some tools you can use for this.
JFrameBuilder http://www.mars3000.com/
JVider http://www.jvider.com/

They do mockups and output the source for you to use in your projects

brian


My Java Freeware:<br />MACCC - <a href="http://maccc.pipasoft.com" target="_blank" rel="nofollow">http://maccc.pipasoft.com</a><br />Nator - <a href="http://nator.pipasoft.com" target="_blank" rel="nofollow">http://nator.pipasoft.com</a>
Ranganath Ranganaths
Ranch Hand

Joined: Jul 06, 2004
Posts: 32
Hello,

Brian.. I just wanted to know which ide is good for dovelopin the swing applications.. is it jvider or jFrameBuilder.. anyways expecting your replies as early as possible..
Thanking you
Ranganath.S
Brian Pipa
Ranch Hand

Joined: Sep 29, 2003
Posts: 299
Neither one of those are IDEs.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Swing MockUp
 
Similar Threads
Using graphics
Swing certification
How to navigate in a standalone application
How to create png image with the pixels array?
Java GUI Testing Framework/Integration