-
28 Apr 2009 11:35 PM #1
[CLOSED] [2.0 M1]
[CLOSED] [2.0 M1]
I created a simple test for the BorderLayoutDemo from the examples. I is entirely wrong with overlapping panels, etc. Below is my code for calling the demo. Is this a known issue?
thanks,
adam
Code:public class BorderTest implements EntryPoint{ @Override public void onModuleLoad() { Viewport viewport = new Viewport(); viewport.add(new BorderLayoutDemo()); RootPanel.get().add(viewport); } }
-
29 Apr 2009 1:14 AM #2
Please use the help forum. Your code has issues.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote