我正在尝试构建一个 GWT GUI,但我不确定它是否可能。基本上,我需要能够堆叠三个布局/面板,一个在另一个之上,如下所示:
Bottom Layout: Panel that fills the whole screen (will actually contain SVG stuff).
Middle Layout: DockLayoutPanel with tools docked around the edges, also full screen.
Top Layout: Transparent panel, again filling the whole screen.
可以这样堆叠面板吗?我想我可以使用 AbsolutePanel 以某种方式做到这一点,但我希望有一个更好的解决方案。谢谢,乔恩