Jerry Treweek wrote:
>> From the number of requests for info on the Java 2 port, it would seem
that there are many other out there who are under pressure to move to
Java 2. I've now developed a remote executor which allows for remote
compilation of java. We will use this until Java 2 is release a
t this parameter.
> Thank you for any help,
>
> Bernhard
use com.sun.java.swing.text.rtf.RTFEditorKit's method:
read(java.io.InputStream in, Document doc, int pos)
instead.
You'll have to create an appropriate document using
createDefaultDocument().
Steve.
--