stale_mate_cross_bmp = BitmapFactory.addStateIndicator(cross_unfocused, Constants.STALE_MATE_TILE_COLOUR);
stale_mate_nought_bmp = BitmapFactory.addStateIndicator(cross_unfocused, Constants.STALE_MATE_TILE_COLOUR);
AbsoluteFieldManager abmgr = new AbsoluteFieldManager();
cmd_select_tile = new SelectTileCommand();
Background board = BackgroundFactory.createBitmapBackground(BitmapFactory.getBackground(width, height));
abmgr.setBackground(board);
// Each button has 3 states : blank|nought|cross
int i = 0;