re: Announce jrex v1.1 alpha

1999-02-03 Thread Steve Alexander
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

re: Can“t load a RTF-Document in JEditorPane

1998-08-14 Thread Steve Alexander
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. --