| [news.eclipse.platform.swt] Re: How to know if application already running? |
FindWindow is exported by SWT in OS class.
In Windows the usual solution to this was using ::FindWindow() to look for the window class (or name).
Is there anything like that or any alternative available in SWT?