There isn’t a boolean for sample buffers, just an int which I have tried setting to 1 and 2 but with no success. The link I put in one of my previous posts
(http://help.eclipse.org/stable/nftopic/org.eclipse.platform.doc.isv/reference/api/org/eclipse/swt/opengl/GLData.html) is the javadoc page for the GLData class. It has only 14 variables that I can set, and the only ones that I think would be relevant are samples and sampleBuffers.
I went through the open bug reports for SWT and found something about multisampling in embedded opengl. It was reported a couple years ago when an older version was out. It was marked as a feature enhancement request rather than as a genuine bug. I have no idea what the current situation with SWT-jogl and multisampling is though.