You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "David J. Thomson" <dt...@eecs.tufts.edu> on 2004/01/02 16:13:59 UTC

Jelly layout question

Hello,

I hope this is sent to the right list. In the example.jelly file, how do
I get it so that the "Name", "Location", "James", "London", "OK", and
"Foo" items are all top aligned? I'm trying to figure out how the layout
works, and I've tried embedding them in a gridLayout with a <gbc
weighty="1.0" align="north" fill="vertical"> tag set but it doesn't seem
to allow a tableLayout inside a gridLayout. Incidentally, I had the same
problem looking at the gridBagLayout demo, where I was simply trying to
move everything to the top of the pane. It simply would not do it. If
someone could explain it or send a version of either of those files with
everything anchored to the top of the screen so I could see how to do it,
I would greatly appreciate it. Thanks!

David


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Jelly layout question

Posted by "David J. Thomson" <dt...@eecs.tufts.edu>.
Nevermind, just did it all with gridBagLayout...thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: My example.jelly

Posted by "Jefferson K. French" <je...@frenches.org>.
David, I think you want the Jelly mailing list:
http://jakarta.apache.org/commons/jelly/mail-lists.html

  Jeff

On Sat, 3 Jan 2004, at 09:45:44 [GMT -0500 (EST)] David J. Thomson
wrote:

> Here is my example.jelly that uses GridBagLayout. I spent a while on it so
> I thought I would send it.

> Another question, how do you embed an image? Is there an image tag? I
> could not find anything on this in the docs or in the archives.

> Thanks,
> Dave


-- 
mailto:jeff@frenches.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


My example.jelly

Posted by "David J. Thomson" <dt...@eecs.tufts.edu>.
Here is my example.jelly that uses GridBagLayout. I spent a while on it so
I thought I would send it.

Another question, how do you embed an image? Is there an image tag? I
could not find anything on this in the docs or in the archives.

Thanks,
Dave