Is there a way to resize a panel?

0 views
Skip to first unread message

pack

unread,
May 18, 2006, 1:40:24 PM5/18/06
to Google Web Toolkit
Thanks
Pack

Mr. Monster

unread,
May 18, 2006, 1:46:55 PM5/18/06
to Google Web Toolkit
Panels inherit the following methods from UIObject

public void setSize(String width, String height)

public void setWidth(String width)

public void setHeight(String height)


You can use them to set your panels dimentions, might want to look at
the class reference:)

Reply all
Reply to author
Forward
0 new messages