The TextArea class has a method called getMaxSize()
which returns an int
value. I do not understand what does it really express ? Is it the width ( columns ) or the height ( rows ) or something else ?
There is also the setMaxSize(int maxSize)
method.
So what does the size mean when working with TextArea ?