Description
I am not sure if it is a bug or not.
I see that sometimes the rendererPane is added into specific JComponent when installUI() and removed from it when uninstallUI(). For example, in BasicTreeUI or BasicListUI.
But in some other times, for example, in BasicTableUI, the rendererPane is not added or removed.
I am just afraid that in later case (BasicTableUI) the rendererPane.paintComponent(g, renderingComponent, table, cellRect); (call from paint()) may have some problems, but so far I have not seen them.