Fixes Issue #693.
Fixes a problem with AbsolutePanel where large Widgets may flicker when being
added to an AbsolutePanel due to position being set after DOM attachment.
This change reverses the order of operations such that the position is
set prior to DOM attachment. This also includes a javadoc fix to document
the special case in add(Widget, int, int) to get static positioning.

Patch by: bobv
Review by: knorton



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1009 8db76d5a-ed1c-0410-87a9-c151d255dfc7
1 file changed