One can create very good GUI with both. The learning curve for GUI programming is quite steep and one needs time to learn the API. If you do not have constraints like portability (Swing is better because you do not need an additional implementation for SWT), performance (I do not know what is better), special features which on of both has you really need (SWT has some nice elements and features Swing does not have) or something else, then it doesn't matter what to use. If you have constraints on you project you might read a lot of articles to find out the pros and cons or you need to try both for evaluation. The last would be the best, but most time consuming.
I do not tell here, what my preference is, because the question is asked in a wrong way. It would be better to give some hints on your constraints, limitations and the project to give answers with real arguments and not just personal opinions.