Why is it that the mx.core.Container uses its contentPane sometimes, but doesn't at other times?
Or, in other words, how come the children of Container
are only put into the contentPane
if some complex logic decides that they should be put there? Why not simply always put all children in the contentPane
?