[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: SWT_AWT Popup Menu

u can add a mouse listener to the swing panel and show up the
swt popup menu using menu.setVisible(true) during the popup
trigger...

balaji

"MorPheus" <rgurupackiam@xxxxxxxxxxxxx> wrote in message
news:ba2537$raj$1@xxxxxxxxxxxxxxxx
> Hi,
>
> I am trying to convert the exisiting swing based application in to SWT
based
> application.I am in a position in such a way that only part of the swing
> component has to be converted into a SWT component.So I have decided to
use
> SWT_AWT bridge and create a panel and add the particular swing component
> into that panel.When I right click over the swing component I need a popup
> menu which should be a SWT Popup menu.How to do that?
>
> Morpheus
>
>