Archive for December, 2007

Wednesday, December 19th, 2007

SWT JFace TableViewer Checkbox

Tom over at the eclipse-dev blog posted this useful snippet for putting native looking checkboxes in SWT JFace TableViewer tables. Unfortunately the checkboxes ended up with a gray background in OS X, as seen in the picture below.

An unsightly gray checkbox background.

I came up with this hack to hack the hack to work.

private Image makeShot(Control […]