• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

News: JEasy 1.7 a GUI Builder for SWING using XML

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you want to learn building SWING GUIs have a look at www.jeasy.de.
JEasy is an application designer for JAVA using JAVA 2 with SWING components.
The main concepts are to store all GUI components in an XML file, to use Layout Managers for presentation at runtime and to use XML-messages for serialization of forms.
All GUI components and messages with their properties are defined inside the JEasy repository. A preview shows at once what you have done.
New in 1.6:
- automation script api for testing
- JEasy Client/Server classes for internet and local connection over http with XML
- dynamic tables and panels
Please download form www.jeasy.de
An example application in source code shows how to define nice forms and how to write code using jeasy api.
Have fun

Harry Pfohl
 
reply
    Bookmark Topic Watch Topic
  • New Topic