miquelmartin / Siafu

Siafu Simulator
http://siafusimulator.org
11 stars 8 forks source link

fixing Siafu startup problem on Mac OS X #5

Closed phstudy closed 11 years ago

phstudy commented 11 years ago

fixes #2 move Display initialization in GUI constructor run SWT code in display.syncExec()

tested and works in Mac OS X ML 10.8.1 and Windows 7 x64

miquelmartin commented 11 years ago

Thanks a bunch @phstudy . I've pulled all this into the development branch. At the moment running from Eclipse in OS X works, but running java -jar Siafu.jar after mvn clean install does not. My Mac's at home, so testing will have to wait a bit longer on my side...

phstudy commented 11 years ago

Forgot to say thank you @miquelmartin , I used Siafu Leimen as a dataset in my master's thesis. It really helps me a lot :)

miquelmartin commented 11 years ago

A pleasure :) Glad it helped! Boy, I miss the private messages feature of github. I also wanted to thank you for not just fixing the problems but actually reporting them and sharing the fixes!