简体   繁体   中英

JAVA Desktop Application & HTML with browser

I am working on Java Desktop Application.

Is there any way so that I can download Google Chrome's source code, embed Chrome's source code in my Application so that it will allow me to create UI for the application using HTML.

I want to create UI completely based on HTML which calls my Java classes in background. I believe this will allow me to create more beautiful applications for my users.

I am open to suggestions.

You can try JavaFX 2 WebView component. It's embedded browser based on WebKit.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM