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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -