The control kit in SceneBuilder #1430
chengenzhao
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi:
Scene Builder has some very nice edited components which JavaFX control doesn't
like Effect Picker or Gradient Picker
so is there anyway to use the kit in the Scene Builder directly?
use it like
//import it from maven
import com.gluonhq.kit.util.GradientPicker;
var picker = new GradientPicker();
picker.show();
thx
Beta Was this translation helpful? Give feedback.
All reactions