As I can create an event of the window in my component
Yeah, you’re going to have to try that again in english…
I bet “As I can” means “How can I”, and “in my component” means “from my component”…
Access to an event of the parent window from a component
español:acceso a un evento de la ventana padre desde un componente
what kind of event?
moved and resized
ComponentListener::componentMovedOrResized() ?
yes, But from my component.
Overload resized()
or derive your component from ComponentListener and overload componentMoveOrResized() and put a “addListener(this)” in your constructor.
Thanks to all.