please help. the following:
private GridLayout columnHeaderLayout = new GridLayout(7,1);
results in a vertical placement (image) instead of horizontal. what am i doing wrong?
thank you.
EDIT: just found out GridLayout takes in (row, then col) switched! this is very annoying!