Skip to content

genopapashvili/FXQuery

Repository files navigation

JavaFX FXQuery

This project is not complete... if you see a bug,please fix it

tutorial:

Parent root = ...

$ fxq = $.get(root);
fxq.get("child-id").fadeOn();
Parent root = ...

$.get(root).get("child-id").[style("...")].[setText()].[...];
Parent root = ...

Node child = $.get(root).find("child-id");

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages