I've been playing around with smartgwt for a while and one thing I haven't been able to figure out is how to right align a button. (Have a button be a certain distance from the right edge of its parent even when the parent gets resized). I've tried button.setRight(int); but it doesn't work.
Any ideas?
Any ideas?
Comment