pack


Description:

public void pack (Actor actor, int column, int row)

Packs actor inside the Container associated to this at the given row and column.

Note:

Use attach instead

Parameters:

this

a TableLayout

actor

a Actor

column

the column the actor should be put, or -1 to append

row

the row the actor should be put, or -1 to append