A configurable shim for running a web application in a local JavaFX Webkit web view.
Start your webserver, pass a configuration map (Map<String, String>)
to the static method radicalzephyr.WebFX.start.
Important options:
windowTitle - The text to set the window title to - Defaults to WebFXdomain - When combined with the port, determines the location of the
page to show. Defaults to localhostport - When combined with the domain, determinse the location of
the page to show. Defaults to 3000width - The width of the JavaFX window. Defaults to 1024height - The height of the JavaFX window. Defaults to 768Needs to be compiled and run with Java 8 or later.
Copyright © 2017 Geoff Shannon
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |