Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
i had also problems when viewing a String (24MB) in a JTextArea component. The method setText() always crashes the JVM. Then I tried the read() method from the JTextArea and it works, but it consumes a lot of Memory! Replies:
|
Sponsored Links
|