No, JLayeredPanel is Swing, you must use GWT widgets to draw the web page with GWT - as GWT Widgets can be translated to Javascript and Swing can't.
Oscar On Feb 9, 7:08 pm, Samas <[email protected]> wrote: > Hi, I want to reuse code from an older gui. There I used JLayeredPane. > Is it possible in gwt to create different Layeres containing each > objects? > The only solution I could find is using - in one panel - the same > position (top,left) of the widgets. But I hope for a solution where > the widgets are "more separate" - thus in different layer. > > Thanks, > Samas -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
