8000 GitHub - YairLevi/webview_java: A Java wrapper of https://github.com/webview/webview
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

YairLevi/webview_java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webview

The Java port of the webview project. It uses JNA under the hood to interface with the webview library, auto extrating the required dll/dylib/so libraries for your current system.

browser

How to use

  1. Include the libary in your project (see the JitPack page).
  2. Copy and run the example in Example.java.
  3. Profit!

Examples

Example Swing/AWT Example

MacOS

MacOS requires that all UI code be executed from the first thread, which means you will need to launch Java with -XstartOnFirstThread. This also means that the Webview AWT helper will NOT work at all.

About

A Java wrapper of https://github.com/webview/webview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0