// See also e551 精简的Applet
    
    try {
        URL url = new URL(getDocumentBase(), "http://hostname.com/page.html");
        applet.getAppletContext().showDocument(url);
    } catch (MalformedURLException e) {
    }

 

Related Examples

相关文章:

  • 2022-01-10
  • 2021-12-30
  • 2022-03-05
  • 2021-05-02
  • 2021-12-31
  • 2021-09-26
  • 2021-07-14
  • 2021-12-19
猜你喜欢
  • 2021-06-04
  • 2022-12-23
  • 2021-11-20
  • 2021-08-17
  • 2021-06-20
  • 2021-06-30
  • 2021-08-15
相关资源
相似解决方案