Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在调整 gwt 容器面板内的表格时遇到困难。该表没有在调整外面板大小时调整大小,因此我需要对此进行修复。由于代码太长,我无法发布代码。谢谢您的帮助。
You may want to try something like:
setSize(Window.getClientWidth()*1/4+"px", Window.getClientHeight()*1/4+"px")