Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Mac, enhancements to applets and what it means for -XstartOnFirstThread

Hi all,

Extrapolations on this applet bug fix:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=303869#c9

Correct my if I am wrong, but does it mean I can create a Display
using the executor in a normal application? No more
-XstartOnFirstThread needed?
I tried it on my SWT_AWT framework and it seems to work.

I also initially forgot to call readAndDispatch/sleep, which I then
added wrapped in an executor call. Would that cause any harm if one
were to omit it?

Cheers,
-Christopher


Back to the top