JTextArea size

N

nos

Working on a new app. with

output = new JTextArea(3, 45); // rows columns

How much data can I send to it using append

output.append("Your screen width is 1024.\n");

before it is full?
TIA
 
C

Christian Kaufhold

nos said:
Working on a new app. with

output = new JTextArea(3, 45); // rows columns

How much data can I send to it using append

output.append("Your screen width is 1024.\n");

before it is full?



Integer.MAX_VALUE - 1 characters.



Christian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,233
Latest member
AlyssaCrai

Latest Threads

Top