I am having trouble integrating the playn-root component with the rest of my standard gwt panels and components. In other words I have standard gwt components like buttons and tables and cannot figure out how to add the playn root where I would like it to be.
There is an element called rootElement in HtmlGraphics that is a package protected memember that I think if I could get access to it, then I would be able to work with it like I need to. I have tried to extend the HtmlPlatform class, but because this class has no default constructor, it is not extendable.
How are we supposed to integrate playn with the rest of gwt for html targeted games?