0

我在调整 gwt 容器面板内的表格时遇到困难。该表没有在调整外面板大小时调整大小,因此我需要对此进行修复。由于代码太长,我无法发布代码。谢谢您的帮助。

4

1 回答 1

1

You may want to try something like:

setSize(Window.getClientWidth()*1/4+"px", Window.getClientHeight()*1/4+"px")
于 2012-08-30T08:10:42.473 回答