Search:

Type: Posts; User: nasi

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    2,900

    Re: writting to jeditorpane

    thanks, sorry for this stupid thread :">
  2. Replies
    2
    Views
    2,900

    writting to jeditorpane

    JEditorPane t = new JEditorPane()];
    URL test= new URL("www.wikipedia.org");
    t.setPage(test);


    it generates the following error:

    java.net.MalformedURLException: no protocol: Wikipedia
    at...
Results 1 to 2 of 2