My class extends Manager and calls setPositionChild(Field f)
to change f
's position. After calling setPositionChild()
method, how do I apply the position(i.e. re-layout and re-paint) so I can see the changes?
I tried to call invalidate()
, which did not work.