GWT GUIを構築しようとしていますが、それが可能かどうかはわかりません。基本的に、次のように3つのレイアウト/パネルを積み重ねることができる必要があります。
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を使用してそれを行うことができると思いますが、より良い解決策を望んでいました。ありがとう、ジョン