Renaming column header of a table

I want to rename the column header of a table made of components and the header is just a string
how can i do that?

Hi,

One way to set column header is to use the
setColumnHeader
method of
Table
.

-Henri

i want to be able to put a textfield in the column header to take the new name of the column header

This is not possible. Sorry.

thnx for ur help

Well not per se, but you could hack it together using AbsoluteLayout and fixed pixel dimensions and positions.