Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Problem Accessing the SWT parent of a AWT control.

Hi all ,

     I am embedding an AWT frame into a SWT composite of a Dialog, using
    SWT_AWT.newFrame().And using a listener of a component inside the AWT
    component(which is added to the frame),I tried accessing the parent of the
    embedded frame.I need to get hold of the composite and its parent which
    is a Dialog and dispose it.

    I tried accessing the parent of the frame by accessing the parent of the 

    using the instance of the parent,but in vain.

    Can any body please help me solve this problem?

Thanks and Best Regards,
SOLOMON


Back to the top