This is correct (see the JavaDoc). The view must be removed from the window tree (typically using view.close()) before removeView is called. removeView only removes the remaining references in the RootWindow.
This is correct (see the JavaDoc). The view must be removed from the window tree (typically using view.close()) before removeView() is called. removeView() just removes the remaining references in the RootWindow to the view.