That's because there is is no constructor for TextArea(byte[]).  To do
what you are doing you need to convert the byte array into a String.

Remember, Java is not C.  Characters are unicode and thus 2 bytes long.
Strings are made up of unicode characters, not ASCII.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to