• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

RADi GUI Builder v1.2

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RADi is a Java GUI Builder based on a unique layout manager, both powerful
and easy to understand. It has some nice features enabling you to create
high quality user interfaces in short time. RADi is a JavaBeans container
conforming to the JavaBeans(TM) standard.

V1.2 introduces R-Beans (RADi Beans). An R-Bean is some visual entity
(either a single component, a composition of components or a containment
hierarchy), supposed to appear in several layouts of a project. After
converting any layout into an R-Bean, you can insert instances of the R-Bean
in other layouts of the project. Changes on the R-Bean layout will
immediately be reflected in all instances.

You find the complete list of new features, changes and fixes at:
http://www.muntjak.com/radi/history.html

You can evaluate RADi for an unlimited period of time. Just download and
install it.

RADi home: http://www.muntjak.com/
Download link: http://www.muntjak.com/radi/downloads.jsp

Thanks, Hans Bickel
reply
    Bookmark Topic Watch Topic
  • New Topic