JavaFX Window System for VRL (Day Two)
I improved the code from yesterday. It is now possible to resize windows and to change their scale factor (via scroll gesture)! I did this as preparation for the child window feature that I want to implement. All mouse events are transformed accordingly. After that I improved the visual appearance by using css. This worked really great!
Here you can download the new code.
The child window feature is still missing. But I am working on it. Stay tuned…