• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Gui prottotyping

 
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am looking for a tool to build gui for prototyping and usability test, can anyone suggest me such a tool?
Thank you in advance
Garandi
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for a whole development building , try
http://www.visual-paradigm.com
there is an IDE on it
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for the blantant plug for my company's product, but the Oculus Layout Builder is really a great tool for super quick GUI building.
It uses a custom layout manager, so you would have to include a provided jar file when you run the code, but the layout manager really blows the other ones away. It is incredibly smart about stretching and sizing components. It is really easy to build GUIs that look and resize the way you want. You build the GUIs visually with drag and drop, and the generated code is very well organized.
It's not a full IDE, but it excels at making GUIs quickly and nicely. We use it internally when designing storyboards and GUIs for our other Java-based products, so I recommend it from personal use.
You can find out about it at Oculus Layout System.

Bill
 
Garandi Garandi
Ranch Hand
Posts: 192
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Bill Cool product, like it very much.
Garandi
 
reply
    Bookmark Topic Watch Topic
  • New Topic