I'm using SWT in Java and I'm trying to left align an image and text that I have inside an SWT Button. It seems like it should be a simple button.setAlignment(SWT.LEFT) call, but that isn't working. A quick Google search leads me to believe this may be a bug in the SWT framework. Does anyone have any help on this?I'm using SWT in Java and I'm trying to left al