FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

RinoVargas/WebviewJava: A Java wrapper of https://github.com/webview/webview · GitHub

 
 

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webview

A (new!) Java port of the webview project. It uses JNA under the hood to interface with the webview library.

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.

TODO

Build our own DLLs and whatnot, the current ones are copied from the Kotlin port.

About

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

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL