[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] SWT_AWT Popup Menu
|
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