I am trying to capture the very first moment when a component is shown on the screen without using \'dirty\' solutions as with use of a timer. Basically, I want to know the
I"ve use an AncestorListener and handled the ancestorAdded event.