Search:

Type: Posts; User: nasi

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,050

    Re: writing to JEditorPane

    it didn't fix the problem. the content of file is correct but it isn't written to editorpane properly?
  2. Replies
    2
    Views
    2,050

    writing to JEditorPane

    does any body know what is wrong with this code for writing to a jeditorpane?



    while(r>0 & r<l & e>0){
    file = new File("result.html");
    fos = new FileOutputStream(file);
    dos =...
Results 1 to 2 of 2