Hi,
Warning: Newbie Alert!
I am very new to GWT and are trying to populate the right-hand-side of a HorizontalPanel used in an onModuleLoad() method from another class (containing other widgets) so to keep the code seperate.
What I am trying to acheive is similar to a PHP include where I can alter the code in another class and it will affect the right-hand panel only.
Does this other class have to be a composite widget? Or can I do a similar thing that I do when creating the Entry class?
If so, can anyone recommend a good tutorial example?
Help!