Re: JLayeredPane in gwt possible?

2010-02-11 Thread obesga
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 sa...@gmx.de wrote: Hi, I want to reuse code from an older gui. There I used JLayeredPane. Is it possible in gwt

JLayeredPane in gwt possible?

2010-02-10 Thread Samas
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