1
我試圖構建一個GWT GUI,但我不確定它是否可能。基本上,我需要能夠堆疊三個佈局/面板,一個在另一個之上像這樣:將GWT佈局堆疊在另一個之上
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以某種方式做到這一點,但我希望有一個更好的解決方案。 謝謝, 喬恩
謝謝托馬斯,這是做的伎倆。我沒有意識到LayoutPanel如此強大! – DeadPassive 2012-04-17 08:08:27