Getting Chrome Browser in java Applications

前端 未结 3 1399
野趣味
野趣味 2020-12-31 13:08

Is there a way to get the Chrome browser inside of java applications similar to the way Awesomium works in C++ and C# applications?

3条回答
  •  感动是毒
    2020-12-31 13:53

    Try javacef. This is open source project. This project can embed Chromium browser in Java SWT with multitab browser support, cookies manipulation, tab settings, printing, back, forward, refresh buttons and enhanced file download. This project is based on Chromium Embedded Framework (CEF).

提交回复
热议问题