java - GWT - How to put Widget B on Widget A - help -


i looking someway put widgets on each other (each on layer or something...). swing cardlayout transparent background support.

for example

i have

image img=new image("imagea.png"); html h=new html("<img src=imageb.png>"); 

how put "h" on "img" left upper corner?

any useful comment appreciated

you can use absolutepanel. positions it's children @ fixed coordinates can make them overlap.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -