genopapashvili / FXQuery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Java 100.0%