My apologies if this is something obvious that i have missed - strange enough a quick google and SO-Search revealed nothing:
I am using an SWT-Browser widget within an Eclipse-RCP view to show local HTML-Content. How can i print it? Yes i know i can right-click into the window and select print, but i need something more user-friendly like a "Print"-Button the user can click. There is no print()-Method for the widget, so how can i call the context-menu "print" or bring up the printing-dialog otherwise?
regards,
--qu

