https://github.com/miho/vfxwindows-samples
Tutorial applications for VFXWindows library
https://github.com/miho/vfxwindows-samples
Last synced: 9 months ago
JSON representation
Tutorial applications for VFXWindows library
- Host: GitHub
- URL: https://github.com/miho/vfxwindows-samples
- Owner: miho
- Created: 2012-10-18T17:53:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T16:25:40.000Z (over 6 years ago)
- Last Synced: 2025-03-22T04:51:16.440Z (10 months ago)
- Language: Java
- Size: 1.02 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VFXWindows-Samples
==================
Tutorial applications for JFXtras/VFXWindows library.
## Tutorial 1
Shows a single window inside the main window.
Needs the following JVM options `--add-exports=jfxtras.window/jfxtras.internal.scene.control.skin.window=javafx.controls`
## Tutorial 2
Shows a single window inside the main window,
decorated with buttons.
Needs the following JVM options `--add-exports=jfxtras.window/jfxtras.internal.scene.control.skin.window=javafx.controls`
## Tutorial 3
Currently not functioning due to resource loading issues.
## Tutorial 3.1
Currently not functioning due to resource loading issues.
> **NOTE:** VFXWindows has been added to [JFXtras](https://github.com/JFXtras/jfxtras-labs).
All samples have been updated to work with JFXtras. Please don't use the old VFXWindows library anymore.