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");

Releases

No releases published

Packages

No packages published

Languages