Exemple #1
0
  private void loadPage(MyEditorPane pane, String address) {
    updateBackImage(null);
    updateforwardImage();

    try {
      pane.setPage(address);
    } catch (IOException e) {

      pane.setText("\n\n\n\t\tOops! this browser could not find \n\n\t\t\t" + e.getMessage());
    }
  }