Embedding web browser window in Java

前端 未结 5 2158
死守一世寂寞
死守一世寂寞 2020-12-16 02:50

Does anyone know a way to open up an instance of the platform\'s (Windows/Linux/Mac) browser within a Swing window that is integrated into a Java application. No other actio

5条回答
  •  时光取名叫无心
    2020-12-16 03:09

    use JEditorPane

    A text component to edit various kinds of content. By default, the following types of content are known: text/plain, text/html and text/rtf

    or Lobo

    Lobo is an open source web browser that is written completely in Java.

提交回复
热议问题