Cloudgarden's Discussion Board
Forums: Search: Several forums are available for people to post questions/comments about Java Speech or any of the CloudGarden products. As more messages are posted this discussion board should provide a useful, searchable, support database.
o AliceTalker (42)
o JSAPI Projects (69)
o Java Speech API (857)
o Jigloo GUI Builder for Eclipse (3322)
o SwingScroller (0)
o US Election 2004 (3)
Searches text and subject fields in all forums. The search matches as many words as possible. Don't use "AND" or "OR".
Latest "Jigloo GUI Builder for Eclipse" Topics [ Start new "Jigloo GUI Builder for Eclipse" Topic  ]

Cloudgarden Discussion Board  
This topic has 0 replies.       [ << Previous Topic | Start of Thread | >> Next Topic ]
Positioning Elements without setBounds possible?
Author: Markus
07/08/09 07:12 Reply
Hello, first of all I've got to say, jigloo is realy great! We've just replaced Visual Editor with Jigloo and it almost worked out of the box whereas Visual Editor wasn't usable anymore at all.

There is one major problem we've encountered though:
Our Textfields position and size is defined by 3 Parameters, column, row and length, instead of bounds.
A Panel consists of, for example, 100 columns and 50 rows. Each cell is 10 pixels wide and 25 pixels high. Is it possible to set those 3 Parameters instead of the bounds whenever a component is dragged and resized in the form editor?
This would also imply a cell by cell instead of pixelwise movement.